Skip to content

Commit

Permalink
remove bad timestamp data local
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 25, 2020
1 parent ec5b65a commit 8f1381f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 0 additions & 15 deletions workflow/rules/targets.smk
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
import itertools # Chaining list of lists of file accessions
# Custom targets for testing

#------------------------------------------------------------------------------#
# Database Import
#------------------------------------------------------------------------------#
rule test_import_assembly:
input:
results_dir + "/import/download_assembly.txt"

rule test_import_sra:
input:
results_dir + "/import/eager_sra.tsv"

rule test_import_reference:
input:
results_dir + "/import/download_reference.txt"

#------------------------------------------------------------------------------#
# Data Download
#------------------------------------------------------------------------------#
Expand Down

0 comments on commit 8f1381f

Please sign in to comment.