-
Notifications
You must be signed in to change notification settings - Fork 67
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
ERROR! Fastq files are not in the same order. Make sure to provide reads in the same order #310
Comments
Hi, Must be some corrupted file then, you can confirm manually for example that all files have the same number of rows and that the read IDs match.. For your last comment on any comparisons, I am not reviewing this because it's outside of the scope of what we support here. you can of course message here if there are any specific issues with zUMIs. |
Thanks for your timely reply Thanks in advance |
I'm confused by your description of what kind of data you have. |
Description of my reads: Read 2:47 bp cDNA reads Even my exonumi count data too had the same 8bp unique cell barcode as column-1(AGGCGCCT) name |
Alright in this case you can just concatenate the read files over all cells you want to process, you won't need to use the merging script. Best, |
Thanks a lot christoph with warm regards |
Sorry for disturbe again. Thank your for this issue, I get the same error like @parichitran , but if I dont have the index_fastq files, can I just only cat the read1 or read2 fastq files, and not add the index_fastq files in yaml files? @cziegenhain |
Hi christoph
I ran 10cells of my own data too.Its a single cell rna-seq ( cel-seq data with umi(8bpBC-5bpUMI)) and its an already demultiplexed one.So i used the following code as recommended for this kind of reads in zumi
Rscript misc/merge_demultiplexed_fastq.R --dir /media/ValidationofDedup/merge --pigz /media/software/zUMIs-main/zUMIs-env/bin/pigz --threads 10
And i generated all the 5 files
Now in my yaml file if include the index read file I am getting the following error
"ERROR! Fastq files are not in the same order.
Make sure to provide reads in the same order."
I even tried to sort my merged reads with fastq_pair i got the same error
Then if i wont include the index file in my yaml.i can run zumi .whether my run is correct or not.can you help me.
I am here attatching my log file and yaml file
mydata.yaml.txt
logofdata.txt
Then i compared the results with umitools too for making a confirmation my umi deduplication worked.But i couldnt conclude because of variation in gene percentage.you can check the details of the difference here in the link
Details of comparison
The text was updated successfully, but these errors were encountered: