Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tbooth committed Feb 26, 2024
1 parent 5847f9e commit 36297c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile.main
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ rule fastq_metadata:
input:
fastq = find_representative_file("fastq")
shell:
"get_pod5_metadata.py {input.fastq} > {output}"
"get_fastq_metadata.py {input.fastq} > {output}"

# Only if the run directory is in place, load the rules that filter, compress and combine the
# original files.
Expand Down

0 comments on commit 36297c5

Please sign in to comment.