-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add the ability to reverse complement sequences before writing them #33
Comments
q2-demux? |
Maybe, though then there's no way to reverse complement per-sample FASTQ files. |
Are you wanting support for reverse complementing any kind of sequence data stored in |
Yes. This was the case in QIIME1, since the functionality was available in |
Sounds good! Are you available to work on this for the 2017.9 release? |
Yes, where should this be added to? |
What's the use case for reverse complementing fastq files? I worry that that might lead to assumptions about the quality profiles being violated (e.g., median quality will be positively correlated with sequence position in the resulting files, rather than negatively correlated, which could mess things up downstream). It seems like a reverse complement action might make more sense if it operated on |
@gregcaporaso, after solving the problem I had with that particular dataset, I don't think I have a use-case anymore. Seems like the only place where this could matter would be with the |
Since it looks like this isn't immediately necessary, we're dropping it from our sprint plan. We'll keep an eye out for more situations where this could be needed. |
Sounds good to me.
…On (Sep-13-17|18:40), Evan Bolyen wrote:
Since it looks like this isn't immediately necessary, we're dropping it from our sprint plan. We'll keep an eye out for more situations where this could be needed.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#33 (comment)
|
Would the following be a use case? Since independent analyses can be combined in q2, I thought about
Best regards |
Improvement Description
split_libraries_fastq.py
provided a--rev_comp
flag, that would let you reverse complement the sequences before they were written out.After talking with @wasade, we both agree that such functionality might not be appropriate for
q2-quality-filter
, but we couldn't really figure out where this would fit better, so also opening this issue hoping this can get relocated to the proper repo.The text was updated successfully, but these errors were encountered: