bioinfo-biols / CIRI-cookbook

Document for CIRI-series software
https://ciri-cookbook.readthedocs.io/en/latest/index.html
5 stars 1 forks source link

sam dividing problem in CIRIquant #28

Closed kendaida closed 1 year ago

kendaida commented 1 year ago

Hi thank you for developing this cool tool! I am using CIRIquant from fastq with following command. CIRIquant -t 30 \ -1 $read_1 \ -2 $read_2 \ --config $BASE/CIRIquant.config \ -o $BASE/CIRI_quant_output \ -p $SAMPLE When CIRI2 started, I have got an error like below.

SAM was divided successfully.

 First read of divided SAM files: 
SAMPLE1_unmapped.sambc: @PG
SAMPLE1_unmapped.sambd: @PG
Fail to record first reads for 30 pieces of SAM.
Fatal error. Aborted.

Looking to the divided SAMs, they were split in the middle of a line like below. @SQ SN:chrUn_

Would you please give any suggestion to solve this? Thanks.