Skip to content

Commit 1a5a3cf

Browse files
committed
update documentation
1 parent 285eafa commit 1a5a3cf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Optional input:
8080
* --snpeff_organism: the SnpEff organism name (eg: hg19, hg38, GRCh37.75, GRCh38.99)
8181
* --snpeff_datadir: the SnpEff data folder where the reference genomes were previously downloaded. Required if --snpeff_organism is provided
8282
* --snpeff_args: additional SnpEff arguments
83+
* --snpeff_memory: for some samples SnpEff may require to use more memory (default: 3g)
8384
* --mapping_quality: VAFator minimum mapping quality (default: 0)
8485
* --base_call_quality: VAFator minimum base call quality (default: 0)
8586

nextflow.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Optional input:
8484
* --snpeff_organism: the SnpEff organism name (eg: hg19, hg38, GRCh37.75, GRCh38.99)
8585
* --snpeff_datadir: the SnpEff data folder where the reference genomes were previously downloaded. Required if --snpeff_organism is provided
8686
* --snpeff_args: additional SnpEff arguments
87+
* --snpeff_memory: for some samples SnpEff may require to use more memory (default: 3g)
8788
* --mapping_quality: VAFator minimum mapping quality (default: 0)
8889
* --base_call_quality: VAFator minimum base call quality (default: 0)
8990

0 commit comments

Comments
 (0)