mskcc / cwl-commandlinetools

Central location for CWL CommandLineTools
Other
3 stars 3 forks source link

bedtools genomecov #41

Closed rhshah closed 5 years ago

rhshah commented 5 years ago

version: 2.28

location: https://github.com/arq5x/bedtools2/releases/download/v2.28.0/bedtools

bedtools genomecov -bg -ibam /path/to/bam > out.bedgraph

You can use these as the starting points: https://github.com/common-workflow-language/workflows/blob/master/tools/bedtools-genomecov.cwl

shalabhsuman commented 5 years ago

43