Skip to content

Commit

Permalink
perf: autobump bio/subread/featurecounts (#1044)
Browse files Browse the repository at this point in the history
Automatic update of bio/subread/featurecounts.

---------

Co-authored-by: snakedeploy-bot[bot] <115615832+snakedeploy-bot[bot]@users.noreply.github.com>
Co-authored-by: Filipe G. Vieira <1151762+fgvieira@users.noreply.github.com>
  • Loading branch information
snakedeploy-bot[bot] and fgvieira committed Mar 21, 2023
1 parent 190dd18 commit b7d7ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bio/subread/featurecounts/environment.yaml
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- subread =2.0.1
- subread =2.0.3
2 changes: 1 addition & 1 deletion bio/subread/featurecounts/test/Snakefile
Expand Up @@ -17,7 +17,7 @@ rule feature_counts:
params:
strand=0, # optional; strandness of the library (0: unstranded [default], 1: stranded, and 2: reversely stranded)
r_path="", # implicitly sets the --Rpath flag
extra="-O --fracOverlap 0.2 -J",
extra="-O --fracOverlap 0.2 -J -p",
log:
"logs/{sample}.log",
wrapper:
Expand Down

0 comments on commit b7d7ed4

Please sign in to comment.