Skip to content

Commit

Permalink
diann 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Apr 19, 2022
1 parent 9c2fd15 commit 8c418d9
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 8c418d9

Please sign in to comment.