when I use the command make.contigs(file=stability1.files, processors=8)
the outcome tells that some sequences appear in the forward but not in the reverse and let me use remove:
"remove it using the remove.seqs command before proceeding"
then
Should be something like the following:
remove.seqs(fasta=A.forwar.fastq, fasta=A.reverse.fastq)
Anyone suggests?
What program are you using? Are you trying to perform an assembly?
Dan, I'm running into the same issue with my data in mothur. I demultiplexed data that we received from Mr. DNA, and now have individual forward and reverse reads that I would like to contig together in mothur using make.contigs. However, when I run make.contigs I get the same error as above ("....is in your forward fastq file and not in your reverse file, please remove it using the remove.seqs command before proceeding."). However, when I try to run remove.seqs, I am told I need an accnos file. I am not at all certain how to generate an accnos file - any suggestions?
Hi Wolfgang,
Try
mothur > list.seqs(fasta=[myfasta.fa])
Hi Wolfgang, I am running through the same problem. Did you fix this?
Hello everyone. I am also using Mr.DNA data that was separated into forward and backward fastq files for each sample. I am trying to run make.contigs on it as well and I get the same error as flavobacteria. In the meantime, is there a solution for this problem?
When I let mothur generating a stability.files list, it created 2 different ones. One is stability.paired.files containing one single sample and another one is stability.single.files containing the rest. I assume this is somewhat connected to the problem...
And this is what it sais, if I try to process all files together using make.contigs:
Processing file pair 1_S2_L001_R1_001.fastq - 1_S2_L001_R2_001.fastq (files 1 of 16)
ERROR: You have 63786 sequences in your forward fastq file, but 57141 sequences in your reverse fastq file. Please use the list.seqs and get.seqs commands to make the files match before proceeding.
Error seems to be clear. For some reason your paired data files do not have the same number of reads. You can sync the files using
repair.sh
tool from BBMap suite. Here is a guide for how to userepair.sh
.