This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tools for fasterq file?

Hi all!

I want to trim these fasterq files. Some of them are long read rna-seq and some of them are short read rna-seq. Are there any tools to change these files into fastq file? I heard when trimming I should refer to .fasterq files as 'fastq.gz' even if they show as fasterq but having trouble what tools shall I use.

Thanks!

enter image description here

trimming

There is no fasterq file format that I am aware of. Are these normal fastq format (https://en.wikipedia.org/wiki/FASTQ_format ) that contain short or long reads? What does a record look like? Show us head -n 4 26_R2_001.fasterq?

This is the head of this file. I thought I need to trim using something like bbuk?enter image description here

I also have the same kind of file but with different name (it does not start with SRA) and I ran in the below error

2022-11-14T09:19:15 fasterq-dump.3.0.0 err: name not found while resolving query within virtual file system module - failed to resolve accession '20900104398' - Cannot resolve accession ( 404 )

I guess the tool only accepts the file that starts with SRA.

1 answer

Fasterq is a compressed file format by petagene. Using petagene to decompress should convert the fasterq file back to a fastq file

Log in to answer this question.