Dear NGS-users,
I have a problem for the analysis of reads from f single-read 36bp SureSelect run (Illumina).
My reads file is in .txt format.
I usually use BWA for the alignment and then use SAMTOOLS for the pileup.
With alignment step, BWA returns me a 64kb sai file, and a sam file of 27Kb of dimension. Probably these files are uncorrect and incomplete. The next step to convert sam2bam crushes with this message:
[samopen] SAM header is present: 657 sequences.
[sam_read1] reference 'SN:hg18_knownGene_uc002qho.2 LN:16765
' is recognized as '*'.
[main_samview] truncated file.
I think that the problem is the strange format of the initial txt file (here is an example):
HWUSI-EAS68R 1 3 1 995 11343 0 1 .CTTG........T.....GGGG............................ BBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBB 0
HWUSI-EAS68R 1 3 1 995 18576 0 1 .ACAG........C.....GTTG............................ BBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBB 0
Why is so strange my txt file?
May depend on what?
Thank you very much
M.Elena
I have a problem for the analysis of reads from f single-read 36bp SureSelect run (Illumina).
My reads file is in .txt format.
I usually use BWA for the alignment and then use SAMTOOLS for the pileup.
With alignment step, BWA returns me a 64kb sai file, and a sam file of 27Kb of dimension. Probably these files are uncorrect and incomplete. The next step to convert sam2bam crushes with this message:
[samopen] SAM header is present: 657 sequences.
[sam_read1] reference 'SN:hg18_knownGene_uc002qho.2 LN:16765
' is recognized as '*'.
[main_samview] truncated file.
I think that the problem is the strange format of the initial txt file (here is an example):
HWUSI-EAS68R 1 3 1 995 11343 0 1 .CTTG........T.....GGGG............................ BBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBB 0
HWUSI-EAS68R 1 3 1 995 18576 0 1 .ACAG........C.....GTTG............................ BBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBBBBBBBBBBBBBBBBB 0
Why is so strange my txt file?
May depend on what?
Thank you very much
M.Elena
Comment