Skip to content

Commit

Permalink
add sql query limit to avoid REMOVE SRA samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Nov 12, 2020
1 parent 1ade32f commit eeda3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/snakemake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sqlite_select_command_sra : SELECT
# BioSample
# LEFT JOIN SRA
# ON SRABioSampleAccession = BioSampleAccession
# WHERE (BioSampleComment LIKE '%KEEP%SRA%Ancient%')
# WHERE (BioSampleComment LIKE '%KEEP%SRA%Ancient%' AND SRAComment NOT LIKE "%REMOVE%")
sqlite_select_command_ref : SELECT
AssemblyFTPGenbank
FROM
Expand Down

0 comments on commit eeda3a9

Please sign in to comment.