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

create_report is not updating the info-columns flag when passing custom names #117

Open
projassanchez opened this issue Sep 18, 2024 · 4 comments

Comments

@projassanchez
Copy link

Hello, I'm having issues to update the main header in the html table when I pass custom info-columns information:

create_report test.bed --genome hg38 --fasta hg38.fasta --info-columns CHROM START END VC_INFO TYPE --tracks myfile.vcf.gz mybam.bam --output report.html

The html report still have 'Chrom Start End Name' in the header.

Could you please assist on this?

Thank you

@jrobinso
Copy link
Contributor

Bed files ("test.bed") do not have info columns.

@projassanchez
Copy link
Author

But you propose an example to modify it here:
echo bed
create_report test/data/variants/variants.bed
--genome hg38
--flanking 1000
--info-columns GENE TISSUE TUMOR COSMIC_ID GENE SOMATIC
--tracks test/data/variants/variants.bed test/data/variants/recalibrated.bam
--output example_genome.html

So I assume it is not possible to change it then?

@jrobinso
Copy link
Contributor

The example is not correct, thanks for pointing that out. I will change the example.

info columns apply to VCF files (the INFO fields).

@projassanchez
Copy link
Author

Fantastic, thank you!

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