Skip to content

Commit

Permalink
got PIRATE working and changed some docker repos so they work
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary-foster committed Jul 17, 2023
1 parent 4f44a00 commit 4ba75a7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ process {
withName: FILTER_ASSEMBLY {
ext.args = '--cov_cutoff 1 --len_cutoff 100'
}

withName: BAKTA_BAKTA {
ext.args = '--force'
}
}
2 changes: 1 addition & 1 deletion modules/local/bgzip_make_gzip.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process BGZIP_MAKE_GZIP {
conda "bioconda::tabix=1.11"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/tabix:1.11--hdfd78af_0' :
'biocontainers/tabix:1.11--hdfd78af_0' }"
'quay.io/biocontainers/tabix:1.11--hdfd78af_0' }"

input:
tuple val(meta), path(input)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/bakta/bakta/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/fastp/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion modules/nf-core/pirate/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/quast/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/nf-core/spades/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ba75a7

Please sign in to comment.