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
I am using the output classified reads from krakenuniq within taxprofiler and noticed that when i am using illumina (PE) i get .unmapped.merged.unclassified.fasta.gz files. These contains the merged classified reads in fasta format. But when running taxprofiler using iontorrent data (SE) the output is .classified.fasta.gz. Looking into these files the reads are not in fasta format but in fastq. I dont know if this is an issue in taxprofiler or if this is coupled directly to krakenuniq.
Version of taxprofiler used is 1.1.5
Thank you so much for your help and for this great tool!
Command used and terminal output
# Run from iontorrentgunzip -c 020_KV15-3173-D1-211101_446-996_211102_Run1.classified.fasta.gz | head@U6L9C:07999:12907TGGCATTTTTTTTGTCCACTGAAGTTTTAATTTTCTATGCCTGATCAATGTTTATCTAAGGACTTTCCTTTATGGCTTATGCAGACTTGGGATATTTGCCAGGAAAGGCCTTCCATACCAGCCCTGACCTGG+054958888888$5::7<>><<7;;::-:0888*8;::996//////)////)///5/262///8/6267066745505988876..)..).667737:5:;6:?4;06-3-30556:0666:17777311+@U6L9C:08007:12909GTGACAGTAGGGGAACCTGTCAAAAGAAAGGAGGGAATGGGAAGGAGTGTAGTGGAGTGTTGTGGAGTGGAGTGGAGTGGAATTGGAGATTAATGTAACGGAGTGGAGTGG+88;<<<<<<<<<7<7<9=<<==A>7=<<4;6888.87==>8=9>9>=;;;<<<<7<==;;6;<<6<>8818==<8=<;;4;4;5;8<<<=4:5:::<6<;4::67/58883@U6L9C:07996:13114CTTGAAGTTTCATTCGAGTTTCCTCAAAACAGCTATTGAATTCACTATACTGAAAGGTCGCATTACGCTCTGTCTTTCATGGAATTAGTTCCGTGGTAGCTTTATTTAATTCATCATGGTGTGGTCAT
# run from illuminagunzip -c KV19-3902-MetaVal-DNA_240328_run1.unmapped.merged.classified.fasta.gz | head>NB501037:997:H23YNAFX7:1:11102:6373:17697GTATAATTATTCTTTACTGTCTTATTCTTTTCACTTTACATTATACATGCACATACCATGATTAAATACTTTGTTGCTAAAAATGCTAATGATCCCCTGAGCCTTCAGCAAGTTGTAATCTTTTTGCTGGTGGAGAGTCTTCCTTCAATNTTGGCCATCAACATTGAAGGAAGACTCTCCACCAGCAAAAAGATTACAACTTGCTGAAGGCTCAGGGGATCATTAGCATTTTTAGCAACAAAGTATTTAATCATGGTATGTGCATGTATAATGTAAAGTGAAAAGAATAAGACAGTAA>NB501037:997:H23YNAFX7:1:11102:20152:17704GTATTTGAAGTCAAAAGACTTGGTTTGATTCATTTTGTGACTTTTCCTCCTGGTAAATGACATATACACTCATTTATAGCCATTCATGATGTTCAAAGCTATTTGCCTTAACTTGTCCCTGAATATGCATGCACCACTACGGCCGGCTANGCAGATCACCTGAGGTAGGGAGTTCAAGACCAGCCTGACCAACATGAAGAAACCCCCATCTCTATTAGAAATACAAAATTAGCCGGCCGTAGTGGTGCATGCATATTCAGGGACAAGTTAAGGCAAATAGCTTTGAACATCATGAATGG
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered:
Huh ok interesting. Can you confirm: are your input reads for both Illumina and iontorrent FASTQ or FASTA?
I'm wonderinf KrakenUniq just spits out reads in the same format as the input? In which case, yeah we made a false assumption in the module thinking the output is always FASTA but maybe it is not.
KrakenUniq automatically can read internally either FASTA or FASTQ, but it forces you to 'name' the entire output file yourself (including extension). I think we made a faulty assumption(? - @Midnighter ) it's always FASTA, whereas it'll actually just spit out the same format as was given as input.
We will need to update the module to 'auto-detect' the input format, and save the classified reads with the same suffix.
Description of the bug
Hi,
I am using the output classified reads from krakenuniq within taxprofiler and noticed that when i am using illumina (PE) i get .unmapped.merged.unclassified.fasta.gz files. These contains the merged classified reads in fasta format. But when running taxprofiler using iontorrent data (SE) the output is .classified.fasta.gz. Looking into these files the reads are not in fasta format but in fastq. I dont know if this is an issue in taxprofiler or if this is coupled directly to krakenuniq.
Version of taxprofiler used is 1.1.5
Thank you so much for your help and for this great tool!
Command used and terminal output
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: