We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some input genomes have multiple records, of which only one is correct. We should filter all others out in our pipeline.
filter-records
--retain
The text was updated successfully, but these errors were encountered:
Do together with #96
Sorry, something went wrong.
Implement filter command with retain option.
4d5cb4f
The filter command either outputs the genome as input, or if `--retain <id>` is given, it outputs only the record with the given id. Relates to #107
Integrate filter command into pipeline.
7f70881
Relates to #107
7df6d81
sebschmi
No branches or pull requests
Some input genomes have multiple records, of which only one is correct. We should filter all others out in our pipeline.
filter-records
--retain
for the id of the record that should be retainedThe text was updated successfully, but these errors were encountered: