-
Notifications
You must be signed in to change notification settings - Fork 295
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
All scripts should output the sequence format they take in (FASTA/FASTA, FASTQ/FASTQ) by default #46
Comments
This is probably still an issue for a number of things in scripts/. |
Related to issue #39. |
Has this issue been addressed for filter-abund.py? Thanks |
Yes. See recent posts on Khmer list. C. Titus Brown, ctb@msu.edu On Apr 20, 2013, at 12:52, suryasaha notifications@github.com wrote:
|
The only remaining scripts that switch from FASTQ to FASTA are the partitioning scripts -- in particular, the function annotate-partitions. |
@ctb What about annotate-partitions? |
Ah, this autoclose was from me pushing the slimmer repo to github. |
On Tue, Apr 01, 2014 at 10:29:28AM -0700, Michael R. Crusoe wrote:
I believe it does, but we don't have any tests for FQ. => issue. --tC. Titus Brown, ctb@msu.edu |
Note: the record object returned by readparser is slightly different than that returned by screed, in that it has the 'accuracy' attribute but keeps it empty for fasta, while screed simply omits the 'accuracy' attribute for fasta record objects. Related: #328 |
One approach (to the issue @camillescott raised) would be to override |
See #769 |
All scripts/code now handles this properly; in particular, annotate_partitions is tested in |
Several scripts don't (didn't) do this. Fixing one by one.
The text was updated successfully, but these errors were encountered: