LosicLab / starchip

Detection of Circular RNA and Fusions from RNA-Seq
http://starchimp.readthedocs.io/en/latest/
MIT License
32 stars 11 forks source link

I don't know where the reference gtf should be placed,always point out “ can not open file” #16

Closed biozhao closed 6 years ago

biozhao commented 6 years ago

I ran starchip-fusions.pl question description form output file,such as: read length error, please check input. Using 100bp as a guess. Error: Can't open genome file/path/to/gencode.v26.primary_assembly.annotation.gtf.exons.genomeExiting... Error: Unable to open file /path/to/hg38.repeats.bed. Exiting. No fusions discovered. Consider lowering read requirements to increase sensitivity.

kippakers commented 6 years ago

Hi Biozhao,

You need to go through more setup before running STARChip. In your parameters file, you are telling starchip to look for:

/path/to/gencode.v26.primary_assembly.annotation.gtf.exons

Replace that, and all other paths, with accurate paths specific to your system. You can put your reference gtf wherever you'd like, just tell STARChip where it is.

Good luck!

biozhao commented 6 years ago

thanks a lot