This is a test version of Biostars. For the public version, visit https://www.biostars.org.
A Linux server reports an error when processing RNA-seq data comparison
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

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

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.

0 answers

No answers yet.

Log in to answer this question.