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

FreeBayes is currently not supported #2

Open
FriederikeHanssen opened this issue Sep 5, 2023 · 1 comment
Open

FreeBayes is currently not supported #2

FriederikeHanssen opened this issue Sep 5, 2023 · 1 comment

Comments

@FriederikeHanssen
Copy link
Contributor

FriederikeHanssen commented Sep 5, 2023

Description of feature

I noticed a couple of things when testing with tumor-only samples:

  1. The used --vcf-tumor-id is not correctly resolved:

Sample sheet has: QFEND268A3,QFEND268A3, as sample,tumor_id . For some reason this is what is in the .command.sh:

    --tumor-id QFEND286A1   --vcf-tumor-id  QFEND286A1  \
    --input-vcf QFEND268A3.vcf \
    --output-maf QFEND268A3.maf

but the actual --vcf-tumor-id QFEND286A1 would be NGS02QFEND268A3_NGS02QFEND268A3 , so a) it is not correctly resolved from the given information and b) somehow the last digit is changed. On further inspection it has turned out that in general the ids are completey swapped occasionally. I guess some channel magic doesn't work somewhere, i.e. here:

    --tumor-id QFEND282A3   --vcf-tumor-id  QFEND282A3  \
    --input-vcf QFEND270AE.vcf \
    --output-maf QFEND270AE.maf
  1. Freebayes vcfs did not work for me, but resulted in: Command error: [E::vcf_parse_format] Invalid character '.' in 'GQ' FORMAT field at chr1:10146 Error: VCF parse error
  2. There is an unused bcftools stats module
@FriederikeHanssen
Copy link
Contributor Author

  1. and 3. have been addressed by PR add liftover module, make ids from samplesheet work #3

@FriederikeHanssen FriederikeHanssen changed the title Feedback on first testing FreeBayes is currently not supported Mar 13, 2024
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

1 participant