Changes between Version 2 and Version 3 of Ticket #743
- Timestamp:
- Mar 7, 2017, 12:21:55 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #743 – Description
v2 v3 1 == Specification: == 2 3 1. load ARB database 4 2. filter sequences by existing SAI(s) 5 3. export remaining columns of all sequences to FASTA file 6 * skip sequences with =< {{{--minlength}}} base positions 7 * logged skipped species to stderr (using field 'name') 8 1 9 == CLI : == 2 10 … … 24 32 * AND: will export all columns where PV1 is >= 4 '''and''' PV2 is >= 6 25 33 26 == Specification: ==27 28 * always export all sequences from a DB29 * filter sequences by existing SAI30 * write result to FASTA flatfile31 * log sequences skipped due to {{{--minlength}}} restriction (-> stdout)