Problem with lists of multiple fastq.gz files as input

454 views
Skip to first unread message

Barry Bismuth

unread,
May 29, 2014, 3:52:10 PM5/29/14
to rna-...@googlegroups.com
Hi all,

I recently upgraded from version 2.3.0e to the latest 2.3.1z4 version due to improvements in chimeric read placement. However, it appears that under certain conditions, this version no longer deals with multiple fastq.gz input files correctly. For a set of paired end reads, using two lists of comma-separated fastq.gz files as parameters for --readFilesIn, and using the --readFilesCommand zcat option, I get the following errors:
---
test_231__tmp//readsCommand_read2: line 5: test_231__tmp/tmp.fifo.read2: No such file or directory
test_231__tmp//readsCommand_read2: line 6: test_231__tmp/tmp.fifo.read2: No such file or directory
test_231__tmp//readsCommand_read2: line 7: test_231__tmp/tmp.fifo.read2: No such file or directory
test_231__tmp//readsCommand_read1: line 5: test_231__tmp/tmp.fifo.read1: No such file or directory
test_231__tmp//readsCommand_read1: line 6: test_231__tmp/tmp.fifo.read1: No such file or directory
test_231__tmp//readsCommand_read1: line 7: test_231__tmp/tmp.fifo.read1: No such file or directory
---
and only the first file is processed.

This does not seem to happen with lists of ungzipped files, or with very small test files. I can get around this by concatenating all my gzipped files into a single one, but this command line used to work just fine with the 2.3.0e version, so I thought this may be a bug. Has anyone else seen this? I am using the STARstatic executable.

Thanks,
Barry

Alexander Dobin

unread,
May 30, 2014, 4:43:20 PM5/30/14
to rna-...@googlegroups.com
Hi Barry,

this was indeed a bug, thanks for reporting it. Please try this patch, and let me know if it solves the problem.

Cheers
Alex

Barry Bismuth

unread,
Jun 5, 2014, 10:34:24 AM6/5/14
to rna-...@googlegroups.com
Works perfectly. Thanks, Alex!
Barry

Clement Kent

unread,
Apr 8, 2018, 4:15:21 PM4/8/18
to rna-star
I have been experiencing the same problem Barry Bismuth reported, using the most recent 2.5.4b Linux_x86_64_static/STAR. Has there been a reversion?
Clement Kent

Clement Kent

unread,
Apr 8, 2018, 4:31:29 PM4/8/18
to rna-star
Found problem. My command line looked like this:

STAR --genomeDir "$gdir" --readFilesIn "$2 $3" ...


I changed it to this and it worked:

 

STAR --genomeDir "$gdir" --readFilesIn "$2" "$3" ...


So, no problem.

Reply all
Reply to author
Forward
0 new messages