Skip to content

Commit

Permalink
Clean up old cruft in nextclade workflow [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Nov 21, 2024
1 parent f3dad1a commit f1a35a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ingest/rules/nextclade.smk
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ rule run_nextclade:
output:
nextclade="results/nextclade.tsv",
alignment="results/alignment.fasta",
# translations="results/translations.zip",
params:
# translations=lambda w: "results/translations/{cds}.fasta",
log:
"logs/run_nextclade.txt",
benchmark:
Expand All @@ -46,10 +43,6 @@ rule run_nextclade:
--output-fasta {output.alignment} \
&> {log:q}
"""
# --output-translations {params.translations}

# zip -rj {output.translations} results/translations
# """


rule join_metadata_and_nextclade:
Expand Down

0 comments on commit f1a35a6

Please sign in to comment.