Skip to content

Commit

Permalink
Merge pull request #19 from jannikseidelQBiC/updateModules
Browse files Browse the repository at this point in the history
Update modules
  • Loading branch information
jannikseidelQBiC authored Mar 6, 2024
2 parents 46badb4 + cb8a21a commit ccc19ec
Show file tree
Hide file tree
Showing 7 changed files with 315 additions and 95 deletions.
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"blast/makeblastdb": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"git_sha": "a01c66c96e0bc610ad126e7adc4a94cd4acd1b48",
"installed_by": ["modules"]
},
"fastp": {
"branch": "master",
"git_sha": "d086322563bdbb08c94bf15a7db58a39ccdb1520",
"git_sha": "003920c7f9a8ae19b69a97171922880220bedf56",
"installed_by": ["modules"]
},
"fastqc": {
Expand Down
6 changes: 3 additions & 3 deletions modules/local/filter.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process FILTER {
tag "$meta.id"
label 'process_high'

conda "bioconda::seqkit=2.6.0"
conda "bioconda::seqkit=2.7.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/seqkit%3A2.6.0--h9ee0642_0':
'biocontainers/seqkit:2.6.0--h9ee0642_0'}"
'https://depot.galaxyproject.org/singularity/seqkit:2.7.0--h9ee0642_0':
'biocontainers/seqkit:2.7.0--h9ee0642_0'}"

input:
tuple val(meta), path(fastq), path(ids_to_remove)
Expand Down
6 changes: 3 additions & 3 deletions modules/local/prepare_fasta4blastn.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process PREPARE_FASTA4BLASTN {
tag "$meta.id"
label 'process_single'

conda "bioconda::seqkit=2.6.0"
conda "bioconda::seqkit=2.7.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/seqkit%3A2.6.0--h9ee0642_0':
'biocontainers/seqkit:2.6.0--h9ee0642_0'}"
'https://depot.galaxyproject.org/singularity/seqkit:2.7.0--h9ee0642_0':
'biocontainers/seqkit:2.7.0--h9ee0642_0'}"

input:
tuple val(meta), path(trimmedreads), path(kraken2results)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/blast/makeblastdb/environment.yml

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

4 changes: 2 additions & 2 deletions modules/nf-core/blast/makeblastdb/main.nf

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

125 changes: 61 additions & 64 deletions modules/nf-core/fastp/tests/main.nf.test

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

Loading

0 comments on commit ccc19ec

Please sign in to comment.