Hey there,
I have a csfasta and .qual files that i mapped with shrimp but there is something strange with the output sam. All the reads in the mapped sam has no quality in the quality field. (i.e. *
).
Here is the command I used:
/storage/bioinf/mappers/SHRiMP_2_2_3/bin/gmapper-cs -N 4 lane4_1_trimmed_F3.csfasta /home/center/ref/ref.fasta > lane4_1_F3.sam
This is a sample of csfasta file:
>1_14_257_F3
T2222212001232001201322222121200001122.1301.200
>1_14_358_F3
T0010010013231132111311322102332231003.1222.1302..132..1313.0013.3331.0131
>1_14_896_F3
T3321103113132001333022321112320001212.1002.3020..331..3220.2012
This is a sample of the corresponding .qual file:
>1_14_257_F3
31 27 31 31 31 31 31 31 31 31 31 31 31 17 28 31 31 31 23 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 17 31 31 -1 26 31 28 31 -1 31 31 31
>1_14_358_F3
31 31 31 31 31 31 31 31 27 29 31 31 31 26 31 31 31 31 29 28 31 31 31 31 31 31 31 31 31 31 31 31 31 27 31 31 31 -1 31 31 31 31 -1 30 21 31 31 -1 -1 31 31 31 -1 -1 31 31 31 31 -1 27 31 31 31 -1 31 31 31 31 -1 21 31 31 31
>1_14_896_F3
14 30 14 14 14 27 21 31 14 17 17 14 14 23 14 14 14 31 19 27 14 17 17 21 29 14 14 14 31 14 14 14 17 14 14 31 14 -1 14 14 26 26 -1 14 14 14 17 -1 -1 26 21 28 -1 -1 14 27 31 14 -1 31 30 14 31
This is a sample of output sam file:
1_14_257_F3 0 gi|514323296|gb|KE335191.1| 29 0 46M * 0 0 CTCTCAGGGTCGAAACTTGCTCTCTGACTTTTTGTCTGTAACTCCC * AS:i:442 Z0:i:4167 Z1:i:3067 NM:i:0 CS:Z:T2222212001232001201322222121200001122.1301.200 CM:i:2 XX:Z:CTCTCAGGGTCGAAACTTGCTCTCTGACTTTTTGTCTgTAACtCCC
1_14_257_F3 16 gi|514322460|gb|KE336027.1| 2017 0 46M * 0 0 GGGAGTTACAGACAAAAAGTCAGAGAGCAAGTTTCGACCCTGAGAG * AS:i:442 Z0:i:4167 Z1:i:3067 NM:i:0 CS:Z:T2222212001232001201322222121200001122.1301.200 CM:i:2 XX:Z:C
1_14_358_F3 0 gi|514325872|gb|KE332615.1| 607661 0 73M * 0 0 TTGGGTTTGCTACATCACATGTAGACCTATCTACCCGACTCTCATTCACATCACATGCAAACGGCGCATTGCA * AS:i:601 Z0:i:29694 Z1:i:27391 NM:i:2 CS:Z:T0010010013231132111311322102332231003.1222.1302..132..1313.0013.3331.0131 CM:i:8 XX:Z:TTGGGTTTGCTACATCACATGTAGACCTATCTACCCGaCTCTcATTCacATCacATGCaAACGGCGCAtTGCA
This is the 1st time I use shrimp so can anyone tell me if there is something wrong with command? or the csfasta file or something?
Thanks in advance.
HS