Clinical-Genomics / MIP

Mutation Identification Pipeline. Read the latest documentation:
https://clinical-genomics.gitbook.io/project-mip/
MIT License
44 stars 10 forks source link

specifing new target bed #1994

Closed nitzankol closed 2 years ago

nitzankol commented 2 years ago

I put a bed file called grch38_kit_name.bed in the reference_dir but I still get "ERROR Could not find intendended '.bed file ending' for target file '' . Is there a specific naming convention I need to follow? I have also tried to provide the file using the --exome_target_bed parameter but the program complains that it provided only for the first sample. I tried target.bed=ID1; target.bed=ID2;target.bed=ID3 . How should I use it to provide the target for all samples?

jemten commented 2 years ago

Hello @nitzankol ๐Ÿ‘‹ It's a little cryptic but you can supply your own bed file using this command. Here sample 1 and 2 have one bed file and sample 3 another.

--exome_target_bed Agilent_SureSelect.V5.GRCh37.70_targets.bed=Sample1,Sample2 \
--exome_target_bed Agilent_SureSelectFocusedExome.V1.GRCh37_targets.bed=Sample3 \
nitzankol commented 2 years ago

Hi Andres, Thank you for your help. I hope you can help with my next problem - I get an error [FATAL] 2022/07/07 06:04:07 MIP_ANALYSE - Could not find intended vcfanno_config file: TEST_REFERENCES!/grch38_loqusdb_snvindel-2020-03-24-.vcf.gz I can't find where I need to define TEST_REFERENCES - I don't have it on my config.yaml

thank you very much Nitzan

โ€ซื‘ืชืืจื™ืš ื™ื•ื ื‘ืณ, 20 ื‘ื™ื•ื ื™ 2022 ื‘-12:57 ืžืืช โ€ชAnders Jemtโ€ฌโ€ <โ€ช @.***โ€ฌโ€>:โ€ฌ

Hello @nitzankol https://github.com/nitzankol ๐Ÿ‘‹ It's a little cryptic but you can supply your own bed file using this command. Here sample 1 and 2 have one bed file and sample 3 another.

--exome_target_bed Agilent_SureSelect.V5.GRCh37.70_targets.bed=Sample1,Sample2 \

--exome_target_bed Agilent_SureSelectFocusedExome.V1.GRCh37_targets.bed=Sample3 \

โ€” Reply to this email directly, view it on GitHub https://github.com/Clinical-Genomics/MIP/issues/1994#issuecomment-1160233937, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZRYJ67EGMNGHSXS6CZI66TVQA6B3ANCNFSM5YJSJ5IA . You are receiving this because you were mentioned.Message ID: @.***>

jemten commented 2 years ago

answered/closed in #1997