Skip to content

Commit

Permalink
fix download ref target
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 23, 2020
1 parent 2c83fbe commit ba22c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/rules/targets.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule test_sqlite_import_sra:

rule test_sqlite_import_reference:
input:
results_dir + "/sqlite_import/download_assembly.txt"
results_dir + "/sqlite_import/download_reference.txt"

# Data Download
rule test_download_sra:
Expand All @@ -27,6 +27,7 @@ rule test_download_fna:
expand(results_dir + "/download_assembly/{sample}.fna",
sample=identify_assembly_sample(),
)

rule test_download_ref:
input:
expand(results_dir + "/download_reference/{sample}.fna",
Expand Down

0 comments on commit ba22c63

Please sign in to comment.