Open Shicheng-Guo opened 3 years ago
interesting solution:
perl grasp2annovar.pl > hg38_grasp.txt
cp hg38_grasp.txt hg38_grasp2.txt
perl -p -i -e '{s/g.s/gs/g}' hg38_grasp2.txt
perl -p -i -e '{s/h.e/he/g}' hg38_grasp2.txt
perl -p -i -e '{s/\<//g}' hg38_grasp2.txt
perl -p -i -e '{s/\>//g}' hg38_grasp2.txt
perl -p -i -e '{s/=10E4.l-Liver/=10E4ul-Liver/g}' hg38_grasp2.txt
perl -p -i -e '{s/Fuchs.s/Fuchss/g}' hg38_grasp2.txt
grep -a l-Liver hg38_grasp2.txt
grep -a Fuchs hg38_grasp2.txt
perl ~/janssen4/bin/annovar/index_annovar.pl hg38_grasp2.txt -bin 1000 -outfile ~/janssen4/bin/annovar/humandb/hg38_grasp.txt
Dear Prof. Wang,
I meet this problem when I use. I checked the input file format with awk and find everything is okay. any suggestions?
index_annovar.pl
: Error: unable to find start site from input lineThanks. Shicheng
Here is format for the input