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

Do not output the nucleotide sequence of SV to the vcf file. #159

Open
star-lamp opened this issue Dec 13, 2024 · 2 comments
Open

Do not output the nucleotide sequence of SV to the vcf file. #159

star-lamp opened this issue Dec 13, 2024 · 2 comments

Comments

@star-lamp
Copy link

Hello!
Because the inclusion of nucleotide sequences for SVs in the VCF file results in a large file size, I would like to exclude the nucleotide sequences during the output process. I have checked all the parameters and it seems there is no corresponding option. I would appreciate any good solution you could provide. Thank you very much for creating this software, and I hope to receive your assistance.

@Meltpinkg
Copy link
Collaborator

Hello, @star-lamp

We add the parameter --ignore_sequence to enable to output alternative strings like <INS> instead of the nucleotide sequences. You can git clone the latest codes in GitHub, install via git clone https://github.com/tjiangHIT/cuteSV.git && cd cuteSV/ && python setup.py install, and use this parameter to exclude the output nucleotide sequences.

Best,
Shuqi

@star-lamp
Copy link
Author

Thank you very much, I will try according to the method you provided.

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