hyunhwan-jeong / SalmonTE

SalmonTE is an ultra-Fast and Scalable Quantification Pipeline of Transpose Element (TE) Abundances
GNU General Public License v3.0
80 stars 23 forks source link

fasta files as input #40

Closed savytskanatalia closed 4 years ago

savytskanatalia commented 4 years ago

Thank you very much for your tool! I had a question, if SalmonTE can take fasta files with raw reads as input, instead of fastq? I am currently working on simulated data, and output of the simulator is always .fasta. Salmon itself seems to be taking .fa as raw input for quasimapping, but trying to run SalmonTE with my files results in error for collect_mappability. So I was wondering, if the error I get is due to the input file format or may be connected to something else. Thank you for reply in advance.

The command I use is following: SalmonTE.py quant --reference=mm --outpath=salmonte --num_threads=20 --exprtype=count simulated/sample_01_1.fasta.gz simulated/sample_01_2.fasta.gz

The error details I get are in the screenshot. image

hyunhwan-jeong commented 4 years ago

Dear @savytskanatalia,

We don't plan to support FASTA files. But I believe this will help you: http://seqanswers.com/forums/showthread.php?t=58790

Best Regards,

Hyun-Hwan Jeong

savytskanatalia commented 4 years ago

Dear @savytskanatalia,

We don't plan to support FASTA files. But I believe this will help you: http://seqanswers.com/forums/showthread.php?t=58790

Best Regards,

Hyun-Hwan Jeong

Thank you for your reply!