AfterQC Cannot Find Output
1
0
Entering edit mode
5.7 years ago

I have run AfterQC using python2.7 on a folder containing fastq files, I get no errors in the terminal window however I cannot locate the generated output folders and it runs too fast for me to think it actually worked, any advice?

Lab-iMac:lab$ cd /Users/Alexa/Alexa/SRP135669/fastq/fastq

Lab-iMac:fastq lab$ python2.7 /Applications/anaconda3/envs/python27/afterqc-0.9.7-2/after.py -f -1 -t -1 -q 20 --input dir /Users/Alexa/Alexa/SRP135669/fastq/fastq
afterQC RNA-Seq • 1.4k views
ADD COMMENT
0
Entering edit mode
5.7 years ago
GenoMax 141k

Based on the manual the output should be in the same folder where R1 is: Users/Alexa/Alexa/SRP135669/fastq/fastq

In your case something like (don't forget the _ between input and dir, that is missing in your command)

$ python2.7 /Applications/anaconda3/envs/python27/afterqc-0.9.7-2/after.py -f -1 -t -1 -q 20 --input_dir /Users/Alexa/Alexa/SRP135669/fastq/fastq
ADD COMMENT
0
Entering edit mode

Thank you, the underscore was the issue

ADD REPLY

Login before adding your answer.

Traffic: 3990 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