Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SampleID input parameter #175

Open
aokulabasile opened this issue Apr 6, 2023 · 2 comments
Open

SampleID input parameter #175

aokulabasile opened this issue Apr 6, 2023 · 2 comments

Comments

@aokulabasile
Copy link

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!

@dennishendriksen
Copy link

workaround:

echo -e "MY_SAMPLE_ID" > samples.txt
bcftools reheader --samples samples.txt expansionhunter_output.vcf

@andreasssh
Copy link

Might be too late, but I added this option into my fork of EH: https://gitlab.com/andreassh/ExpansionHunter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants