A Linux server reports an error when processing RNA-seq data comparison
0
0
Entering edit mode
4 months ago
STAR --runThreadN 5 --genomeDir 03index_dir \
--readFilesCommand zcat \
--readFilesIn 02claen_data/*_trimmed.fq.gz \
--outFileNamePrefix 04aligen_out/sample1

_

There is no problem with the code, but the fq.gz data cannot be read for comparison.I'm really at a loss, I hope someone can help me out, thank you!

Linux • 362 views
ADD COMMENT
1
Entering edit mode

From STAR manual:

Multiple samples can be mapped in one job. For single-end reads use a comma separated
list (no spaces around commas), e.g. --readFilesIn sample1.fq,sample2.fq,sample3.fq.
For paired-end reads, use comma separated list for read1 /space/ comma separated
list for read2, e.g.: --readFilesIn sample1read1.fq,sample2read1.fq,sample3read1.fq
sample1read2.fq,sample2read2.fq,sample3read2.fq.
ADD REPLY
0
Entering edit mode

Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.

code_formatting

ADD REPLY

Login before adding your answer.

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