Skip to content

Commit

Permalink
add optional parameter --out_vcf
Browse files Browse the repository at this point in the history
fixes #81
  • Loading branch information
tdelhomme committed Dec 13, 2015
1 parent 241d1b2 commit 0c03c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Replace `>` by `>>` if you want to add the argument line to an existing nextflow
| no_plots | | Put this argument to remove pdf plots of regressions from the output |
| no_indels | | Put this argument to do not perform the variant calling on insertions and deletions |
| out_folder | --bam_folder | Output folder, by default equals to the input bam folder |
| out_vcf | all_variants.vcf | File name of final VFC. |

Simply add the parameters you want in the command line like `--min_dp 1000` for exmaple to change the min coverage.

Expand Down

0 comments on commit 0c03c59

Please sign in to comment.