Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Dec 6, 2024
1 parent 1316da0 commit bf0ebb9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions zamp/rules/DB_processing/format_n_train_classifiers.rules
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@ rule RDP_train:
mem_mb=get_mem_mb(RDP_MEM),
shell:
"""
rdp_classifier \
-Xmx{params.mem} -XX:ConcGCThreads={threads} \
train -o {params.out} -s {input.fa} -t {input.tax}
rdp_classifier \\
-Xmx{params.mem} -XX:ConcGCThreads={threads} \\
train \\
-o {params.out} \\
-s {input.fa} \\
-t {input.tax}
"""


Expand Down

0 comments on commit bf0ebb9

Please sign in to comment.