Skip to content

Commit

Permalink
Add default for statsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Feb 26, 2020
1 parent 01afe4a commit a6bb160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions janis_bioinformatics/tools/ensembl/vep/v98_3/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ def inputs(self) -> List[ToolInput]:
ToolInput(
"statsFile",
String(optional=True),
default="variant_effect_output.txt_summary.html",
prefix="--stats_file",
doc="(--sf) Summary stats file name. This is an HTML file containing a summary of the VEP run - the "
'file name must end ".htm" or ".html". Default = "variant_effect_output.txt_summary.html"',
Expand Down

0 comments on commit a6bb160

Please sign in to comment.