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

Detailed explanation of the use of vcfFilter_DP_Freq.pl file #1

Open
mario2437 opened this issue Nov 10, 2021 · 2 comments
Open

Detailed explanation of the use of vcfFilter_DP_Freq.pl file #1

mario2437 opened this issue Nov 10, 2021 · 2 comments

Comments

@mario2437
Copy link

Hello. Thank you for developing this great tool!

I tried to use "vcfFilter_DP_Freq.pl" commend on my system, yet I cannot find which format I need to adhere for each parameters.
From the guideline, I can see the following explanations.

The DP and FREQ values from the output vcf file can be obtained using:
perl vcfFilter_DP_Freq.pl --input=outVCF.vcf --list=sampleList.txt --DP=30 --AD=5 --FREQ=25

I believe it would be very helpful if the users have access to the example "outVCF.vcf" and "sampleList.txt" files.
Also, I have multiple vcf files to be analyzed. How do I put them in the --input part? at once?

Thank you again !

@vincegur
Copy link

I had the same issue.
The script did not recognize the files given as arguments.
Changing line 33 to:
open(fileIn, "<".$options{'input'}) || die "Err fileIn:$!\n";
made the trick for me...

As far as I understand, "sampleList.txt" is just used to name the samples from a multi-sample VCF file.

Hope this helps!

@ebartom
Copy link

ebartom commented Sep 14, 2022

I, too, had this issue.

VCF is a very flexible file format, with different values in different fields depending on the tool (and parameters) used to generate the VCF file.

Can you include the parameters (and software version) you used for VarScan to generate a VCF file from a BAM file? Presumably the resulting VCF file would be correctly read by vcfFilter_DP_Freq.pl file to generate the DP and FREQ files that are necessary inputs to CeL-ID.

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

3 participants