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):
Clean lines: 110381572/116890740 (94.43%)
Not printable or uncompliant header lines: 6417448/116890740
Fixed header lines: 29797/116890740
BAD SEQ lines: 45661/116890740
BAD '+' lines: 130/116890740
Fixed + lines: 0/116890740
BAD QUAL lines: 2/116890740
QUAL out of range lines: 2/116890740
Len(SEQ) neq Len(QUAL): 0/116890740
Blank lines: 0/116890740
FASTQWIPER SUMMARY (of R2):
Clean lines: 283256/306651 (92.37%)
Not printable or uncompliant header lines: 23130/306651
Fixed header lines: 100/306651
BAD SEQ lines: 130/306651
BAD '+' lines: 2/306651
Fixed + lines: 0/306651
BAD QUAL lines: 0/306651
QUAL out of range lines: 0/306651
Len(SEQ) neq Len(QUAL): 0/306651
Blank lines: 0/306651
My commands are the following:
snakemake --config sample_name=GLFa03-LGE7166_L1 qin=33 alphabet=ACGTN log_freq=1000 -s pipeline/fix_wipe_pairs_reads_sequential.smk --use-conda --cores 4 -np
snakemake --config sample_name=GLFa03-LGE7166_L1 qin=33 alphabet=ACGTN log_freq=1000 -s pipeline/fix_wipe_pairs_reads_sequential.smk --dag | dot -Tpdf > dag_GLFa03-LGE7166_L1.pdf
snakemake --config sample_name=GLFa03-LGE7166_L1 alphabet=ACGTN qin=33 log_freq=1000 -s pipeline/fix_wipe_pairs_reads_sequential.smk --use-conda --cores 2
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!
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!