it comes from the link for 16s rRNA analysis:
I was stuck here:
We start by creating a file which details how the fastq files relate to one another. We only have one group here, so this should be easy. I created horse.files such that it contains:
SRR952153 SRR952153_1.fastq SRR952153_2.fastq
From there we can merge these using Mothur's make.contigs command:
mothur "#make.contigs(file=horse.files, processors=8)"
I mean, how to create horse.files then?
I use HPC cluster.
I realize the
"
ahead ofSRR952153
andt
ahead of other two.fastq
are right?I copy the command, it does not work
Thank you for advice
Hi When you mention about
The "files" file will need to be created by you in the following format, where each word is separated by a tab:
where can we do it?
and the command like
what the
"
andt
ahead of the seq file stand for? Thank you