eXpress Error : exists in MultiFASTA but not alignment (SAM/BAM) file
|
I was using the eXpress to read my BAM files and got this error
Target 'some_target' exists in MultiFASTA but not alignment (SAM/BAM) fileActually my FASTA reference was originally downloaded in Windows environment and then transferred to Unix environment therefore it contains some Windows specific characters which are responsible for this error. I run following command
tr -d '\r' outputHere INPUT is the name of my reference FASTA while OUTPUT is the name cleaned FASTA. This will convert the line endings in a text file from DOS (or Windows) to UNIX format. Hope this will help someone else too.
Extract Part of a FASTA Sequences with Position by python script HERE
Related Posts HOW TO
|
Was This Post Useful? Add This To Del.icio.us Share on Facebook StumbleUpon This Add to Technorati Share on Twitter |
Labels:
HOW TO
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Have Problem ?? Drop a comments here!