-
Notifications
You must be signed in to change notification settings - Fork 4
Adding @wasade's parallel to per sample fasta #4
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
Adding @wasade's parallel to per sample fasta #4
Conversation
|
Hang on a second - I just noticed that with a small change the user can specify if he wants fasta or fastq format (it may be useful for EBI submission) |
|
Awesome this is ready for review! |
antgonza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 comment.
qiita_files/demux.py
Outdated
| """ | ||
| if out_format == 'fastq': | ||
| formatter = format_fastq_record | ||
| file_name_fmt = "%s.fq" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not fastq?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw that in the tests 'fq' was used, that's why I used that, but no strong feelings so I can change.
|
@antgonza any clue on why coveralls is not working here? |
|
nop, could you use the new structure that we have been using with other repos? |
|
Done - can you make sure that coveralls is enabled on this repo? I can't check on my coveralls page |
|
I did and is on. |
|
Anyway, from the log: Thus, merging. |
|
bit late to the game but 👍 :) |
No description provided.