Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alienzj committed Aug 17, 2022
1 parent be689d9 commit ae4360e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions metapi/snakefiles/mag_wf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ HAVE_LONG = True \


TRIMMING_DO = True \
if config["params"]["trimming"]["oas1"]["do"] or \
config["params"]["trimming"]["sickle"]["do"] or \
if config["params"]["trimming"]["sickle"]["do"] or \
config["params"]["trimming"]["fastp"]["do"] \
else False


RMHOST_DO = True \
if config["params"]["rmhost"]["soap"]["do"] or \
config["params"]["rmhost"]["bwa"]["do"] or \
if config["params"]["rmhost"]["bwa"]["do"] or \
config["params"]["rmhost"]["bowtie2"]["do"] or \
config["params"]["rmhost"]["minimap2"]["do"] or \
config["params"]["rmhost"]["kraken2"]["do"] or \
Expand Down

0 comments on commit ae4360e

Please sign in to comment.