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
I tested virHEAT on one sample with the default parameters and run into the error, that there is nothing to plot:
virheat vcf out -l $LEN # only one file in the vcf folder
Frequency array seems to be empty. There is nothing to plot.
At first, I thought that my VCF file has an incompatible format. But actually, delete_common_mutations removes all mutations and delete is true by default:
It perfectly works with one sample and --no-delete!
I think it would be nice to warn the user (and suggest using --no-delete) or skip delete_common_mutations (even if delete is true), if there is only one input VCF.
The text was updated successfully, but these errors were encountered:
Hi @jonas-fuchs, thanks for this tool :)
I tested virHEAT on one sample with the default parameters and run into the error, that there is nothing to plot:
At first, I thought that my VCF file has an incompatible format. But actually,
delete_common_mutations
removes all mutations anddelete
istrue
by default:virHEAT/virheat/command.py
Lines 160 to 161 in 07e59b3
It perfectly works with one sample and
--no-delete
!I think it would be nice to warn the user (and suggest using
--no-delete
) or skipdelete_common_mutations
(even ifdelete
istrue
), if there is only one input VCF.The text was updated successfully, but these errors were encountered: