Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAR only takes the first paired fastq files when there are multiple paired fastq file input #25

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

I have multiple gzipped fastq file:

I run STAR with --readFilesIn set to be: 

--readFilesIn 
CRC0321-1_FCC4JJ9ACXX_L6_HUMhiaTACYRBAPEI-220_1.fq.gz,CRC0321-1_FCC4JJ9ACXX_L7_H
UMhiaTACYRBAPEI-220_1.fq.gz,CRC0321-1_FCC4JJ9ACXX_L8_HUMhiaTACYRBAPEI-220_1.fq.g
z 
CRC0321-1_FCC4JJ9ACXX_L6_HUMhiaTACYRBAPEI-220_2.fq.gz,CRC0321-1_FCC4JJ9ACXX_L7_H
UMhiaTACYRBAPEI-220_2.fq.gz,CRC0321-1_FCC4JJ9ACXX_L8_HUMhiaTACYRBAPEI-220_2.fq.g
z

Below is the ending part of the log generated by STAR
...
Starting to map file # 0
mate 1:   
/home/hbi16088/data/projects/pdx/fastq/CRC0321-1_FCC4JJ9ACXX_L6_HUMhiaTACYRBAPEI
-220_1.fq.gz
mate 2:   
/home/hbi16088/data/projects/pdx/fastq/CRC0321-1_FCC4JJ9ACXX_L6_HUMhiaTACYRBAPEI
-220_2.fq.gz
Created thread # 7
Created thread # 8
Created thread # 9
Completed: thread #7
Completed: thread #1
Completed: thread #5
Completed: thread #3
Completed: thread #2
Completed: thread #4
Completed: thread #6
Completed: thread #9
Completed: thread #0
Joined thread # 1
Joined thread # 2
Joined thread # 3
Joined thread # 4
Joined thread # 5
Joined thread # 6
Joined thread # 7
Completed: thread #8
Joined thread # 8
Joined thread # 9
ALL DONE!
--genomeLoad=LoadAndKeep .

STAR only used the first pair of fastq file instead of all three paired fastq 
files.

What version of the product are you using? On what operating system?

STAR svn revision compiled=STAR_2.3.1z4_r419

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Jun 2014 at 2:51

@GoogleCodeExporter
Copy link
Author

Hi,

I have exactly the same issue. Did you find a solution ?

Thanks

Original comment by [email protected] on 22 Oct 2014 at 4:19

@GoogleCodeExporter
Copy link
Author

Bump. Any solution to this? I just discovered the same issue, after about a 
full week of aligning! Thanks, Craig

Original comment by [email protected] on 28 Oct 2014 at 5:15

@GoogleCodeExporter
Copy link
Author

Hi Craig,

I used star 2.4.0a instead of star 2.4.0d I was using before. It seems that 
star 2.4.0d has some issues with multiple files.

See https://groups.google.com/forum/#!topic/rna-star/xBeqwANqGc8

Best,
Fanny

Original comment by [email protected] on 28 Oct 2014 at 6:07

@GoogleCodeExporter
Copy link
Author

There is a fix in star STAR_2.4.0e for this. See:  
https://groups.google.com/forum/#!msg/rna-star/xBeqwANqGc8/ECnOc2S7zdUJ

Original comment by [email protected] on 28 Oct 2014 at 6:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant