-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete genomes can be 'complete' or 'chromosome' #14
Comments
It seems that In any case, you can always run Allowing multiple |
I will add this to the documentation. I'm just beginning to think that the features are outgrowing the README file and I need to start doing this properly. |
There is also overlap between |
I am thinking if For example And I've used this method in my tools before and it works well. You could also use a hash/dict lookup by creating a |
That's not quite how the input parsing works, but it shouldn't be too hard to do this. |
I think @rhpvorderman's patches take care of this use case, don't you think? |
The new 0.2.6 release contains the patch from @rhpvorderman that allows you to use |
We have a problem with bacterial genomes that sometimes the
assembly_summary.txt
file sayscomplete
and sometimes it sayschromosome
for finished bacterial genomes.This is partially to do with the fact that bacteria usually only have 1 chromosome, but partially because they have plasmids too. It's confusing.
If I want both, can I do
-l complete -l chromosome
to get both?Or so I run 2 commands with same
-o folder
?The text was updated successfully, but these errors were encountered: