Open JohnUrban opened 8 years ago
Hi John,
The values are in the same order as reads in the SAM file. We can add a flag to output read names as well if that is useful. Part of the reason for not doing thus far that is to avoid large file sizes (if the read headers were included).
Cheers, Miten
Hi Miten,
If they are in the same order as the SAM file, then it should be easy enough to work with as is.
Nonetheless, if it is easy enough to add an option to get the type output I described above, I'd gladly use it.
best, John
Hi,
Thanks for the marginAlign suite. It is great.
I was wondering if there was a way to have marginStats (or other approach) go through alignments and spit out the read name and identity instead of stats. E.g.:
I tried:
which as you know outputs something like:
Are the values here in the same order that reads appear in the SAM file?
best,
John