| shivavariantcalling | hap̦loid_regions | Bed file | | Haploid regions for all genders | haplotypecaller_gvcf |
| shivavariantcalling | hap̦loid_regions_male | Bed file | | Haploid regions for males | haplotypecaller_gvcf |
| shivavariantcalling | hap̦loid_regions_female | Bed file | | Haploid regions for females | haplotypecaller_gvcf |
| shiva | amplicon_bed | Path | | Path to target bed file | all |
| vcffilter | min_sample_depth | Integer | 8 | Filter variants with at least x coverage | raw |
| vcffilter | min_sample_depth | Integer | 8 | Filter variants with at least x coverage | raw |
| vcffilter | min_alternate_depth | Integer | 2 | Filter variants with at least x depth on the alternate allele | raw |
| vcffilter | min_alternate_depth | Integer | 2 | Filter variants with at least x depth on the alternate allele | raw |
| vcffilter | min_samples_pass | Integer | 1 | Minimum amount of samples which pass custom filter (requires additional flags) | raw |
| vcffilter | min_samples_pass | Integer | 1 | Minimum amount of samples which pass custom filter (requires additional flags) | raw |
...
@@ -130,6 +135,14 @@ For all the options, please see the corresponding documentation for the mapping
...
@@ -130,6 +135,14 @@ For all the options, please see the corresponding documentation for the mapping
## Advanced usage
## Advanced usage
### Gender aware variantcalling
In Shiva and ShivaVariantcalling while using haplotypecaller_gvcf it is possible to do gender aware variantcalling. In this mode it required to supply bed files to define haploid regions (see config values).
- For males is `hap̦loid_regions` and `hap̦loid_regions_male` used.
- For females is `hap̦loid_regions` and `hap̦loid_regions_female` used.
The pipeline will use a union of those files. At least 1 file is required while using this mode.
### Reporting modes
### Reporting modes
Shiva furthermore supports three modes. The default and recommended option is `multisample_variantcalling`.
Shiva furthermore supports three modes. The default and recommended option is `multisample_variantcalling`.