Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoll authored May 23, 2019
1 parent 66c3366 commit 66c003f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,11 @@ Flags are parameters without value.

```bash
cd data_test
nextflow run iarcbioinfo/needlestack -with-docker \
--bed BED/TP53_all.bed --input_bams BAM/BAM_multiple/ --ref REF/17.fasta --output_vcf all_variants.vcf
nextflow run iarcbioinfo/needlestack -with-docker \
--bed BED/TP53_all.bed \
--input_bams BAM/BAM_multiple/ \
--ref REF/17.fasta \
--output_vcf all_variants.vcf
```

You will find a [VCF file](https://samtools.github.io/hts-specs/) called `all_variants.vcf` in the `BAM_multiple/` folder once done.
Expand Down

0 comments on commit 66c003f

Please sign in to comment.