Skip to content

Commit

Permalink
Downgrade Salmon to 1.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 19, 2023
1 parent 39e495e commit 9b07b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/index/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

process INDEX {
tag "$transcriptome.simpleName"
conda 'salmon=1.10.2'
conda 'salmon=1.10.1'

input:
path transcriptome
Expand Down
2 changes: 1 addition & 1 deletion modules/quant/main.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

process QUANT {
tag "$pair_id"
conda 'salmon=1.10.2'
conda 'salmon=1.10.1'

input:
path index
Expand Down

0 comments on commit 9b07b3b

Please sign in to comment.