You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add an input parameter for sample name specification? Currently, EH reads the sampleID from the bam file name auto sampleId = boostHtsFilePath.stem().string() , and this may not always be the accurate sampleID. The addition of a sampleID input parameter would be very helpful. Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to add an input parameter for sample name specification? Currently, EH reads the sampleID from the bam file name
auto sampleId = boostHtsFilePath.stem().string()
, and this may not always be the accurate sampleID. The addition of a sampleID input parameter would be very helpful. Thanks!The text was updated successfully, but these errors were encountered: