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

Error: to calculate BAF values #130

Open
ghost opened this issue May 25, 2023 · 2 comments
Open

Error: to calculate BAF values #130

ghost opened this issue May 25, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented May 25, 2023

Error: to calculate BAF values, you need to provide mateFile in SAMtools pileup format
Or you can set 'makePileup' parameter true by providing a path to a VCF file with SNP position

`###For more options see: http://boevalab.com/FREEC/tutorial.html#CONFIG ###

[general]
chrLenFile = /${path}/freec/ucsc.hg19.fasta.fai
window = 0
ploidy = 2
outputDir = ${path}/freecv1/

BedGraphOutput=TRUE
bedtools=${path}/bedtools/bedtools-2.30.0/bin/bedtools

#sex=XY
breakPointType=4
chrFiles = ${path}/database/hg19/gatk_bundle/ref_split/

maxThreads=20

breakPointThreshold=0.1
noisyData=FALSE
printNA=FALSE

readCountThreshold=50

[sample]

mateFile = ${path}/s3-2_normal.final.bam
inputFormat = BAM
mateOrientation = FR

[control]

mateFile = ${path}/s3-2_tumor.final.bam
inputFormat = BAM
mateOrientation = FR

[BAF]

SNPfile = ${path}/hg19/gatk_bundle/dbsnp_138.hg19.vcf
minimalCoveragePerPosition = 5

[target]

captureRegions = ${path}/freecv1/ucsc.hg19.bed
makePileup = ${path}/freec/hg19_snp142.SingleDiNucl.1based.bed
SNPfile = ${path}/freec/hg19_snp142.SingleDiNucl.1based.txt
bedtools = ${path}/bedtools/bedtools-2.30.0/bin/bedtools
samtools = ${path}/samtools/samtools-1.13/samtools`

@valeu
Copy link
Contributor

valeu commented Jul 18, 2023

set
makePileup=${path}/hg19/gatk_bundle/dbsnp_138.hg19.vcf

and it should work

@ghost
Copy link
Author

ghost commented Jul 18, 2023 via email

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