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

genomeGenerate with sjdb file mus muscular #8

Open
GoogleCodeExporter opened this issue Jan 26, 2016 · 1 comment
Open

genomeGenerate with sjdb file mus muscular #8

GoogleCodeExporter opened this issue Jan 26, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

I'm trying to generate a custom genome using the provided sjdb file by running 
this: 

"$star_Path --runMode genomeGenerate --genomeDir $star_genome_dir 
--genomeFastaFiles $genomeFastaFiles --runThreadN 8 --sjdbFileChrStartEnd 
$sjdbOverhangFile --sjdbOverhang 91"

I'm using the mm9.fa and the Mus_musculus.NCBIM37.66.gtf.sjdb file both 
provided under genome downloads, however this is the output: 

EXITING because of FATAL error, the sjdb chromosome Y is not found among the 
genomic chromosomes
SOLUTION: fix your file 
sjdbFileChrStartEnd=...../Mus_musculus.NCBIM37.66.gtf.sjdb_OG.txt at line #1

What is wrong? 

Olivier

Original issue reported on code.google.com by [email protected] on 12 Sep 2013 at 11:52

@GoogleCodeExporter
Copy link
Author

Hi Olivier,

this issue is caused by the different naming of chromosomes in mm9.fa 
(chromosomes' names start with 'chr') and Mus_musculus.NCBIM37.66.gtf.sjdb 
(chromosomes' names do not contain 'chr'). You would need to synchronize the 
naming of chromosomes in two files.
Please ask your questions at https://groups.google.com/forum/#!forum/rna-star 
for a quicker response.

Cheers
Alex

Original comment by [email protected] on 24 Sep 2013 at 7:26

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