Skip to content

Commit

Permalink
fixup! Use "accession" column as ID column directly
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Aug 14, 2023
1 parent 9ea1d81 commit a6df20f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,6 @@ rule decompress:
zstd -d -c {input.metadata} > {output.metadata}
"""

# rule wrangle_metadata:
# input:
# metadata="data/metadata_{serotype}.tsv",
# output:
# metadata="results/wrangled_metadata_{serotype}.tsv",
# params:
# strain_id=config.get("strain_id_field", "strain"), #accession
# shell:
# """
# csvtk -t rename -f strain -n strain_original {input.metadata} \
# | csvtk -t mutate -f {params.strain_id} -n strain > {output.metadata}
# """

rule filter:
"""
Expand Down

0 comments on commit a6df20f

Please sign in to comment.