-
Notifications
You must be signed in to change notification settings - Fork 18
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
combined seqs #22
Comments
Hi,
This refers to the fasta format used by qiime(1) that multiplexes reads
from multiple samples into a single file, with the header differentiating
between samples like so:
Sample_0 [extra fasta header stuff]
Where "Sample" is the name of a sample, then there is an underscore
followed by a number indicating the index of the read in the file, then
optionally a space followed by arbitrary additional data.
Using the shi7 tool on your raw fastq paired end reads will automatically
produce this format after it performs QC.
Cheerio,
Gabe
…On Wed, Apr 10, 2019, 3:22 PM waleadebayo ***@***.***> wrote:
Hi,
just a simple question to clarify something while reading through your
tool,
--input data in the pipeline or even the align subsection says "combined
seqs".
This will essentially mean just concatenating paired end reads, for
instance ?
i.e. it will not mean actual merging paired end reads, as is known
generally in paired-end sequencing
Many thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHrXBtp5ZTDl5fYGpGFJv0-9jGORAVSCks5vfjoJgaJpZM4coE2V>
.
|
Thanks |
Hi, |
Hi, Can I just cat all the fasta file to one file and treat them as combined seqs with the correct format of header mentioned above? Will shogun pipeline work for unmapped reads which containing a lot of singletons and some PE reads? Thanks, |
Hi,
just a simple question to clarify something while reading through your tool,
--input data in the pipeline or even the align subsection says "combined seqs".
This will essentially mean just concatenating paired end reads, for instance ?
i.e. it will not mean actual merging paired end reads, as is known generally in paired-end sequencing
Many thanks
The text was updated successfully, but these errors were encountered: