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

run starchip-circles.pl problem #25

Closed lzhmercury closed 5 years ago

lzhmercury commented 5 years ago

Dear

  1. Is the 'sample1/2' in the 'stardirs.txt' path to STAR aligned out fold or the exact Chimeric.out.junction file? 2. Besides, do we have to fill the 'starprefix' in the starchip-circles.params file, so that the starchip-circles.pl can exact recognize the STAR aligned out files?
  2. I notice a bug, I run starchip-circles.pl without any file produced in rawdata fold, but can generate Step1.sh as well as Step2.sh. I work as instructed: ensemble GTF and fasta downloaded; refbed generated by step.sh; STAR aligned; starchip-circles.params used default value, but nothing came out. Could you please tell me how to deal with these problem? Many thanks
kippakers commented 5 years ago

Hi Izhmercury,

  1. Just path to the directory, not the junction file. It looks at several STAR outputs. Unless you used an output prefix in your STAR run, you don't need anything for the starprefix parameter.
  2. After you generate Step1.sh and Step2.sh, you need to run those scripts (e.g put "./Step1.sh " into your terminal ) . Sorry if I misunderstand.

I hope that helps! Kipp