Issues producing an output file when using fastx quality stats program
1
0
Entering edit mode
8.7 years ago
nlh15 • 0

Hello,

I am trying to run some files through the fastx statistics program via the command

fastx_quality_stats -Q30 -i 3237-WHJ-0001_S1_L001_R1_001.fastq \ -o 3237-WHJ-0001_S1_L001_R1_001.stats

The quality check works fine but it doesnt produce an output file, just spills the info out in the terminal.

How can I produce an output file for later use?

Appreciate any wisdom!

// Nine

fastx-quality-stats • 1.8k views
ADD COMMENT
0
Entering edit mode
8.7 years ago

You should remove the \ from your command. Are you sure the offset is 30?

fastx_quality_stats -Q30 -i 3237-WHJ-0001_S1_L001_R1_001.fastq -o 3237-WHJ-0001_S1_L001_R1_001.stats
ADD COMMENT
0
Entering edit mode

Thank you that did it. Doing some experiments on some data but I will most likely go back to the standard Q33

ADD REPLY

Login before adding your answer.

Traffic: 3861 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6