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

trouble when using Step1.sh #17

Closed biozhao closed 6 years ago

biozhao commented 6 years ago

Hi When i used to Step1.sh, i got a point "awk: 1: unexpected character '.' cut: rawdata/cRNA.cutoff.5: No such file or directory"

than i changed code in Step1.sh, form " awk -v var= -v var2=rawdata/cRNA.cutoff." to " awk -v var= -v var2=rawdata/cRNA.cutoff.${cutoff} " however , i got the same error.

Thank you for your attention

kippakers commented 6 years ago

Hello,

Please send me the command you used to run STARChip, your parameters file, and the list of fastqs or STAR alignments that you gave STARChip. You can send them to me at nicholas.kipp.akers@gmail.com

Thanks! Kipp

biozhao commented 6 years ago

thanks a lot