-
Notifications
You must be signed in to change notification settings - Fork 9
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
FileNotFoundError: matched_reads.fastq #30
Comments
I believe |
Hi @nick-youngblut , the As the genome alignment has been done, you don't have to rerun it. (you could set |
Thanks @youyupei and @ChangqingW for the information. BLAZE wrote a compressed fastq: sc_long_pipeline(
fastq = 'path/to/matches_reads.fastq.gz'
) This is in the log that I provided:
The first line from the fastq: More generally, |
I see. This is a bug. When skipping the pipeline's demultiplexing step, the gene quantification parts did not respect the fastq input name and was searching for |
It's also coded to look for an uncompressed fastq, but BLAZE outputs a compressed fastq. I was hoping to just symlink the |
Just wanted to check: any updates on this bug? |
Hi Nick, |
Thanks @ChangqingW for the update |
The traceback:
There is indeed no file named
matched_reads.fastq
in the output directory. The files in the output directory are:The entire run log:
I'm using FLAMES 1.8.0.
The text was updated successfully, but these errors were encountered: