Closed rpshep closed 3 years ago
I think the insert CSV file needs an extra column to say which sample/BAM the stats are for.
The file needs to be checked before starting to process BAM files, to make sure that if given BAM has a corresponding row, otherwise calculate stats on the fly. Currently, it'll just stop working if the number of input BAMs is more than the number of rows in the file. Not sure what'll happen if BAM files are fewer.
What stats are these, read-lengths?
mean insert size and sd of it. It’s an optional input and does not seem affecting results much, thus I think this issue is at low priority.
Requires file as matched to each input
Insert option requires a csv file containing 2 number. Could these be input parameters?