You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#255 and #259 added skip_genomes in the config file, and added code in the Snakefile to handle it.
I think this was short-sighted - where genomes need to be ignored, they should be ignored from the very beginning, in the prefetch stage. This will allow sourmash to pick the best available genome.
I'm not 100% sure where to do this - we already support inclusive picklists in genome-grist, and FBFW we don't support multiple picklists in sourmash (either via the CLI or internally for many database types) - but will figure it out!
The text was updated successfully, but these errors were encountered:
#255 and #259 added
skip_genomes
in the config file, and added code in theSnakefile
to handle it.I think this was short-sighted - where genomes need to be ignored, they should be ignored from the very beginning, in the prefetch stage. This will allow sourmash to pick the best available genome.
I'm not 100% sure where to do this - we already support inclusive picklists in genome-grist, and FBFW we don't support multiple picklists in sourmash (either via the CLI or internally for many database types) - but will figure it out!
The text was updated successfully, but these errors were encountered: