Skip to content

Commit

Permalink
fix: fix trimadap-mt & bbduk java version (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblanc20 authored Sep 20, 2023
1 parent 0ca23f6 commit 46b2303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions snappy_wrappers/wrappers/bbduk/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ channels:
- bioconda
dependencies:
- bbmap =39
- openjdk >= 8
2 changes: 1 addition & 1 deletion snappy_wrappers/wrappers/bwa/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
set -x
if [[ "{snakemake.config[step_config][ngs_mapping][bwa][trim_adapters]}" == "True" ]]; then
trimadapt-mt -p {snakemake.config[step_config][ngs_mapping][bwa][num_threads_trimming]}
trimadap-mt -p {snakemake.config[step_config][ngs_mapping][bwa][num_threads_trimming]}
else
cat # TODO: can we somehow remove this?
fi
Expand Down

0 comments on commit 46b2303

Please sign in to comment.