-
Notifications
You must be signed in to change notification settings - Fork 3
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
Empty output fixed_wiped_paired_interleaving.fastq.gz #27
Comments
Hi. Since you are following the slow path, could you edit the snakemake pipeline to remove the temp keyword from the rules and verify which fastq file starts to be empty? This would be useful to understand which rule does not work. Another way would be to share the fastq files with us and we will debug th code. Let us know |
Thank you! These are the file sizes for the non-corrupted file (R1):
As for the corrupted file (R2):
It seems like file sizes go down by a lot after wiping, in the corrupted, but also in the non-corrupted file. Is it possible that the program overfilters somehow? Or would this indicate that there is something wrong with my data?
If the program does over-filter, I might still be able to use the last one (as it's roughly the same size as a non-corrupted file after wiping). Thank you for your help! |
Wiping seems to be aggressive on our data. The process of wiping checks a few rules to guarantee the fastq file is generally well-formed. I'd like to debug fastqwiper on your data. Would you mind sharing just the GLFa03-LGE7166_L1_R2_fixed.fastq.gz file, which should be small in size and should be your corrupted file just recovered by gzrt before wiping? That would be very useful |
Of course, thank you! |
great! I leave the issue open and give you a feedback in this thread as soon as debugged |
Whoops sorry about that, here you go. EDIT: just to clarify, the first output is indeed GLFa03-LGE7166_L1_R2_fixed.fastq, but when I run the command
it looks like a zipped file. I thought that fastqwiper just named the file incorrectly, so in my original upload I added .gz manually before sending it to you. For this second upload I actually zipped the file. |
Hi,
I am running fastqwiper using conda to fix one of my files (using the "slow" way). I have paired files (R1 and R2), and only one of them is corrupted (R2). Everything is installed and runs like I expect it to, but the final "fixed_wiped_paired_interleaving.fastq.gz" files are empty. Both summaries seem fine:
FASTQWIPER SUMMARY (of R1):
FASTQWIPER SUMMARY (of R2):
My commands are the following:
I also don't see anything out of the ordinary in my snakemake log.
Would you have any recommendations on how to fix this issue? Thank you!
The text was updated successfully, but these errors were encountered: