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

setting DUPHOLD_SAMPLE_NAME doesn't work #44

Open
am8265 opened this issue Sep 21, 2021 · 2 comments
Open

setting DUPHOLD_SAMPLE_NAME doesn't work #44

am8265 opened this issue Sep 21, 2021 · 2 comments

Comments

@am8265
Copy link

am8265 commented Sep 21, 2021

Hello @brentp,

Thank you for this tool!

I had e.g. errors like this
[duphold] couldn't find sample:sqcudn971184 in snps vcf which had:sqcudn971184.187147

due to bam file and snps VCF file differing in sample names(in bams the names are truncated). Previously, have solved this issue with renaming the header of the snp VCF(removing the .187147). However this time tried to set up like this
export DUPHOLD_SAMPLE_NAME='sqcudn971184' or just this DUPHOLD_SAMPLE_NAME='sqcudn971184' which doesn't work.

I would appreciate any leads on this.

@brentp
Copy link
Owner

brentp commented Sep 21, 2021

just use:

export DUPHOLD_SAMPLE_NAME=sqcudn971184.187147

@am8265
Copy link
Author

am8265 commented Sep 21, 2021

just use:

export DUPHOLD_SAMPLE_NAME=sqcudn971184.187147

just tried it, still doesn't work

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

2 participants