You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tombo preprocess annotate_raw_with_fastqs --fast5-basedir /home/akhilesh/Desktop/priya/Tombo/single_read/barcode01/ --fastq-filenames /home/akhilesh/Desktop/priya/Tombo/barcode01_combined.fastq --overwrite
[20:07:26] Preparing reads and extracting read identifiers.
100%|███████████████████████████████████| 42313/42313 [00:18<00:00, 2257.30it/s]
[20:07:45] Annotating FAST5s with sequence from FASTQs.
****** WARNING ****** Some FASTQ records contain read identifiers not found in any FAST5 files or sequencing summary files.
0it [00:01, ?it/s]
[20:07:46] Added sequences to a total of 0 reads.
I am having a trouble in preprocessing, as mentioned above.
Thanks
Priya
The text was updated successfully, but these errors were encountered:
Thanks for providing the code. I modified it as below and the sequencing summary file seems to be correct now, but I'm still getting an error.
[14:54:32] Getting read filenames.
[14:54:32] Parsing sequencing summary files.
******************** WARNING ********************
Some FASTQ records from sequencing summaries do not appear to have a matching file.
[14:54:35] Annotating FAST5s with sequence from FASTQs.
****** WARNING ****** Some FASTQ records contain read identifiers not found in any FAST5 files or sequencing summary files.
0it [00:00, ?it/s]
[14:54:35] Added sequences to a total of 0 reads.
Hi,
I am learning to use Tombo for my analysis. As suggested in documentation, I followed the following stpes.
following commands were used.
multi_to_single_fast5 -i /home/akhilesh/Desktop/priya/Tombo/barcode01_fast5/ -s /home/akhilesh/Desktop/priya/Tombo/single_read/barcode01 -t 10
| 12 of 12|##################################################|100% Time: 0:00:07
$ tombo preprocess annotate_raw_with_fastqs --fast5-basedir /home/akhilesh/Desktop/priya/Tombo/single_read/barcode01/ --fastq-filenames /home/akhilesh/Desktop/priya/Tombo/barcode01_combined.fastq --overwrite
[20:07:26] Preparing reads and extracting read identifiers.
100%|███████████████████████████████████| 42313/42313 [00:18<00:00, 2257.30it/s]
[20:07:45] Annotating FAST5s with sequence from FASTQs.
****** WARNING ****** Some FASTQ records contain read identifiers not found in any FAST5 files or sequencing summary files.
0it [00:01, ?it/s]
[20:07:46] Added sequences to a total of 0 reads.
I am having a trouble in preprocessing, as mentioned above.
Thanks
Priya
The text was updated successfully, but these errors were encountered: