Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation committed Feb 13, 2024
1 parent 1d3ed88 commit 96d12cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/node.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process {
withLabel: seqkit { cpus = 2 ; memory = '8 GB' }
withLabel: sourmash { cpus = 8 ; memory = '32 GB' }
withLabel: ubuntu { cpus = 4; memory = '4 GB' }
withLabel: upsetr { cpus = 1; memory = '4 GB' }
withLabel: upsetr { cpus = 2; memory = '8 GB' }
withLabel: vibrant { cpus = 4; memory = '8 GB' }
withLabel: virfinder { cpus = 24; memory = '32 GB' }
withLabel: virnet { cpus = 24; memory = '32 GB' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ process sourmash_for_tax {
tuple val(name), path("${name}_tax-class.tsv"), emit: tax_class_ch optional true
shell:
"""
set -euxo pipefail
for fastafile in ${fasta_dir}/*.fa; do
sourmash sketch dna -p k=21,scaled=100 \${fastafile}
done
Expand Down

0 comments on commit 96d12cd

Please sign in to comment.