Skip to content

Commit

Permalink
Reconnect custom parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Nov 28, 2024
1 parent 84060d0 commit 5c8abf1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions phylogenetic/rules/prepare_sequences.smk
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ rule filter:
--min-length {params.min_length} \
--query "{params.query}" \
--output {output.sequences} \
{params.custom_params} \
2>&1 | tee {log}
"""
#{params.custom_params} \

rule download_alignment:
"""
Download the manually fixed GPC alignment that maintains codon alignment
Expand Down Expand Up @@ -209,5 +209,4 @@ rule filter_gpc:
--output {output.sequences} \
{params.custom_params} \
2>&1 | tee {log}
"""
#{params.custom_params} \
"""

0 comments on commit 5c8abf1

Please sign in to comment.