SquiggleKit icon indicating copy to clipboard operation
SquiggleKit copied to clipboard

Fast5_fetcher_multi.py no output

Open Salvobioinfo opened this issue 2 years ago • 2 comments

Hello, I tried fast5_fetcher using follow cmd: python3.6 fast5_fetcher_multi.py -p File.paf.gz -i /name.index --seq_sum sequencing_summary.txt.gz -o ./fast5_fetcher but the only output i got is the error message: no filenames list built, check inputs I checked my input files and apparently they look ok. What could I be doing wrong? Thank you in advance.

Salvobioinfo avatar Apr 02 '22 10:04 Salvobioinfo

I found an issue in the summary file. It was malformed, indeed the first column was named “filename_fastq” and not “filename_fast5”. So, the function “get_filenames” did not work.

Salvobioinfo avatar Apr 03 '22 14:04 Salvobioinfo

Hey, Yea a bit of work needs to be done since they modified and have multiple versions of, the summary files now.

I can do a quick edit for this when I'm at work tomorrow and I'll let you know when the code is pushed.

James

Psy-Fer avatar Apr 03 '22 14:04 Psy-Fer