JialiUMassWengLab / TEMP

TEMP is a software package for detecting transposable elements (TEs) insertions and excisions from pooled high-throughput sequencing data
GNU General Public License v2.0
21 stars 19 forks source link

Error: Type checker found wrong number of fields while tokenizing data line. #15

Open rachidelfermi opened 3 years ago

rachidelfermi commented 3 years ago

hello ive tried the TEMP_absence.sh (bash ../scripts/TEMP_Absence.sh -i ./test_chromosome.sorted.bam -s ../scripts -r ./test_TE_annotation.bed -t ./dm3_chr2L.2bit) on test data and i got this error Error: Type checker found wrong number of fields while tokenizing data line. Perhaps you have extra TAB at the end of your line? Check with "cat -t" i searched and found it might be caused by bedtools an i downgraded bedtool from 2.30 to 2.29 to 2.27 to 2.26 and still have the same error, but when i downgraded it to 2.25 i got a new error Can't open test_chromosome.excision.cluster.rpmk.refined.bp.sfcp since No such file or directory can anyone please help me