Hello,
I'm using "juncBASE".when I tried to run the sample files given in the manual, I'm encountering a problem. When I'm running the python script run_preProcess_by_chr_step1.py
, I'm encountering an error. The command I used is:
python softwares/juncBASE_v0.6/run_preProcess_by_chr_step1.py \
-i data/human/juncBASE/IlluminaHBM_2.0_samp2test_bam.txt \
-o data/human/juncBASE/juncBASE_input_files/ \
--preProcess_options "-unique -j Homo_sapiens_assembly19_introns.txt -c 1.1" \
-p 2 \
--check
# (as per the manual)
The text file IlluminaHBM_2.0_samp2test_bam.txt
contains the location of the BAM files.
data/human/juncBASE/BAM/kidney.bam
data/human/juncBASE/BAM/breast.bam
The error I'm encountering is:
Traceback (most recent call last):
File "softwares/juncBASE_v0.6/run_preProcess_by_chr_step1.py", line 243, in <module>
if __name__ == "__main__": main()
File "softwares/juncBASE_v0.6/run_preProcess_by_chr_step1.py", line 136, in main
samp, bam = line.split("\t")
ValueError: need more than 1 value to unpack
I really hope that you can help me out. Is that an error in the script or its an error in my command? I'll be more than thankful if you can give me a detailed description on the error.
Paste a few lines from
data/human/juncBASE/IlluminaHBM_2.0_samp2test_bam.txt