I changed extract_cluster_fasta in order to make --metadata be an optional requirement and to allow it to take an additional optional parameter filter-to-region where defining a specific region via bash command will filter to only those clusters that contain at least one strain from that region. I was unsure if you wanted me to include filter-to-region as a params in the Snakefile so it's currently set up to be included as a bash command but I can change if needed.
This is in response to #18
I changed
extract_cluster_fasta
in order to make--metadata
be an optional requirement and to allow it to take an additional optional parameterfilter-to-region
where defining a specific region via bash command will filter to only those clusters that contain at least one strain from that region. I was unsure if you wanted me to includefilter-to-region
as a params in the Snakefile so it's currently set up to be included as a bash command but I can change if needed.TB edit: like this: Closes #18.