Skip to content

Commit

Permalink
Merge pull request #154 from ypriverol/dev
Browse files Browse the repository at this point in the history
diann 1.8.1
  • Loading branch information
ypriverol authored Apr 19, 2022
2 parents ba8b74f + 8c418d9 commit 24aa165
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/local/diannsearch/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process DIANNSEARCH {
label 'process_high'

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/diann/v1.8.0_cv1/diann_v1.8.0_cv1.img' :
'biocontainers/diann:v1.8.0_cv1' }"
'https://containers.biocontainers.pro/s3/SingImgsRepo/diann/v1.8.1_cv1/diann_v1.8.1_cv1.img' :
'biocontainers/diann:v1.8.1_cv1' }"

input:
file 'mzMLs/*'
Expand Down
4 changes: 2 additions & 2 deletions modules/local/librarygeneration/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ process LIBRARYGENERATION {
label 'process_high'

container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://containers.biocontainers.pro/s3/SingImgsRepo/diann/v1.8.0_cv1/diann_v1.8.0_cv1.img' :
'biocontainers/diann:v1.8.0_cv1' }"
'https://containers.biocontainers.pro/s3/SingImgsRepo/diann/v1.8.1_cv1/diann_v1.8.1_cv1.img' :
'biocontainers/diann:v1.8.1_cv1' }"

input:
tuple file(mzml), file(fasta)
Expand Down

0 comments on commit 24aa165

Please sign in to comment.