Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Mar 18, 2019
1 parent a5ceb2e commit de0de11
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -40,7 +40,8 @@ Usage: cannoli-submit [<spark-args> --] <cannoli-args>
Choose one of the following commands:
CANNOLI
bcftoolsNorm : ADAM Pipe API wrapper for BCFtools norm.
bcftoolsMpileup : ADAM Pipe API wrapper for bcftools mpileup.
bcftoolsNorm : ADAM Pipe API wrapper for bcftools norm.
bedtoolsIntersect : ADAM Pipe API wrapper for Bedtools intersect.
bowtie : ADAM Pipe API wrapper for Bowtie.
bowtie2 : ADAM Pipe API wrapper for Bowtie 2.
Expand Down Expand Up @@ -71,7 +72,7 @@ $ ./bin/cannoli-submit \
-index hg38.fa \
-sequence_dictionary hg38.dict \
-fragments \
-add_indices
-add_files
```

or can be run using Docker
Expand All @@ -89,7 +90,7 @@ $ ./bin/cannoli-submit \
-fragments \
-use_docker \
-image quay.io/ucsc_cgl/bwa:0.7.12--256539928ea162949d8a65ca5c79a72ef557ce7c \
-add_indices
-add_files
```

or can be run using Singularity
Expand All @@ -107,7 +108,7 @@ $ ./bin/cannoli-submit \
-fragments \
-use_singularity \
-image quay.io/ucsc_cgl/bwa:0.7.12--256539928ea162949d8a65ca5c79a72ef557ce7c \
-add_indices
-add_files
```


Expand Down

0 comments on commit de0de11

Please sign in to comment.