-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Dear James,
I am trying to demultiplex multiread fast5 files to be able to use the fast5 files per barcode. This tool looks perfect for this application, unfortunately I am unable to get it to work.
I tried running the following command:
python /opt/SquiggleKit/fast5_fetcher_multi.py -v
-q /home/qvdauwer/PhD/WP1/circulomics/Guppy6/reads/Circulomics_barcode5.fastq.gz
-s /home/qvdauwer/PhD/WP1/circulomics/Guppy6/sequencing_summary.txt.gz -m /home/qvdauwer/Fast5 -o ./fast5_bc5_circulomics
And even though it seems to pass the initial checks, there seems to be an error when it tries to get fast5 file names using seq_sum.
I added the verbose output:
Verbose mode active - dumping info to stderr
SquiggleKit fast5_fetcher: 1.3.0
args: Namespace(OSystem='Linux', f5_format='multi', fastq='/home/qvdauwer/PhD/WP1/circulomics/Guppy6/reads/Circulomics_barcode7.fastq', flat=None, index=None, multi_f5='/home/qvdauwer/Fast5', output='./fast5_bc7_circulomics', paf=None, pppp=False, prefix='trimmed', seq_sum='/home/qvdauwer/PhD/WP1/circulomics/Guppy6/sequencing_summary.txt', seq_sum_1D2=None, threshold=4000, trim=False, trim_list=None, verbose=True, version=False)
Multi-fast5 mode detected in mode: multi
Output folder './fast5_bc7_circulomics' created
Checks passed!
Starting things up!
Getting multi-fast5 info...
no filenames list built, check inputs
Extracting reads from multi-fast5 files...
No file paths built
done!
I looked at the other issues in this directory and my problem seems to be similar to the one in #55. So I guess there might be a naming problem somewhere but I did not manage to find what the exact issue is.
Here are the first few lines of the sequencing summary file if that helps
sequencing_summary_first_lines.txt
Thank you in advance for your help,
Quentin