merge v2.28.0_cv2
Last updated
Last updated
CWL specification 1.0
Use example_inputs.yml to see the inputs to the cwl
Example Command using toil:
If at MSK, using the JUNO cluster you can use the following command
```bash
toil-cwl-runner bedtools_merge_v2.28.0_cv2.cwl --help
usage: bedtools_merge_v2.28.0_cv2.cwl [-h] --input INPUT --output_file_name OUTPUT_FILE_NAME [--memory_overhead MEMORY_OVERHEAD] [--memory_per_job MEMORY_PER_JOB] [--number_of_threads NUMBER_OF_THREADS] [--distance_between_features DISTANCE_BETWEEN_FEATURES] [job_order]
positional arguments: job_order Job input json file
optional arguments: -h, --help show this help message and exit --input INPUT BEDgraph format file generated from Bedtools Genomecov module --output_file_name OUTPUT_FILE_NAME --memory_overhead MEMORY_OVERHEAD --memory_per_job MEMORY_PER_JOB --number_of_threads NUMBER_OF_THREADS --distance_between_features DISTANCE_BETWEEN_FEATURES Maximum distance between features allowed for features to be merged.