Analysis
Start standard analysis
$ mip analyse rd_dna [case_id] --config_file [mip_config_rd_dna]Start reannotation and reranking from vcf files
$ mip analyse rd_dna_vcf_rerun [case_id] --config_file [mip_config_rd_dna_vcf_rerun.yaml] --pedigree [case_id_pedigree_vcf_rerun.yaml] --vcf_rerun_file vcf_snv_indel.bcf --sv_vcf_rerun_file vcf_SV.bcfExcluding a recipe from the analysis
$ mip analyse rd_dna [case_id] --config_file [mip_config_rd_dna] --markduplicates 0Skipping a already processed recipe i.e expect that the output has already been generated
$ mip analyse rd_dna [case_id] --config_file [mip_config_rd_dna] --markduplicates 2Simulate an analysis
Rerun analysis using exactly the same parameters as last analysis run for [case_id]
Rerun analysis using exactly the same parameters as last analysis run, but in simulation mode
Turn on individual or consecutive recipes
Run all downstream dependencies starting from a recipe
Generate all supported standard recipes
You can also modulate the mode of '--print_recipe' using --print_recipe_mode:
Last updated