Description
Genetic variant annotation, and functional effect prediction toolbox.
It annotates and predicts the effects of genetic variants on genes and
proteins (such as amino acid changes).
Type
bash_script
License
MIT
Keywords
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.vcf"
summary: "$id.$key.summary.summary_dir"
genes: "$id.$key.genes.genes_dir"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/biobox.git \
-revision v0.4.0 \
-main-script target/nextflow/snpeff/snpeff_ann/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--genome_version | string required |
Name | Type & Properties |
|---|---|
--output | file required output |
--summary | file output |
--genes | file output |
Name | Type & Properties |
|---|---|
--chr | string |
--classic | boolean_true |
--csv_stats | file |
--download | boolean_true |
--input_format -i | string |
--file_list | boolean_true |
--output_format -o | string |
--stats -s --htmlStats | boolean_true |
--no_stats | boolean_true |
Name | Type & Properties |
|---|---|
--fi --filterInterval | file |
--no_downstream | boolean_true |
--no_intergenic | boolean_true |
--no_intron | boolean_true |
--no_upstream | boolean_true |
--no_utr | boolean_true |
--no | string |
Name | Type & Properties |
|---|---|
--cancer | boolean_true |
--cancer_samples | file |
--fastaprot | file |
--format_eff | boolean_true |
--gene_id | boolean_true |
--hgvs | boolean_true |
--hgvs_old | boolean_true |
--hgvs1_letter_aa | boolean_true |
--hgvs_tr_id | boolean_true |
--lof | boolean_true |
-no_hgvs | boolean_true |
--no_lof | boolean_true |
--no_shift_hgvs | boolean_true |
--oicr | boolean_true |
--sequence_ontology | boolean_true |
Name | Type & Properties |
|---|---|
--config -c | file |
--config_option | string |
--debug -d | boolean_true |
--data_dir | file |
--no_download | boolean_true |
--no_log | boolean_true |
--quiet -q | boolean_true |
--verbose -v | boolean_true |
Name | Type & Properties |
|---|---|
--canon | boolean_true |
--canon_list | file |
--tag | string |
--no_tag | boolean_true |
--interaction | boolean_true |
--interval | file |
--max_tsl | integer |
--motif | boolean_true |
--nextprot | boolean_true |
--no_genome | boolean_true |
--no_expand_iub | boolean_true |
--no_interaction | boolean_true |
--no_motif | boolean_true |
--no_nextprot | boolean_true |
--only_reg | boolean_true |
--only_protein | boolean_true |
--only_tr | file |
--reg | string |
--ss --spliceSiteSize | integer |
--splice_region_exon_size | integer |
--splice_region_intron_min | integer |
--splice_region_intron_max | integer |
--strict | boolean_true |
--ud --upDownStreamLen | integer |