test_cmd_cool.sh 218 B

12345678910
  1. #!/bin/bash
  2. mkdir -p "tests/output"
  3. scripts/calder --input tests/data/test.cool \
  4. --type cool \
  5. --bin_size 50000 \
  6. --genome hg38 \
  7. --nproc 10 \
  8. --outpath "tests/output/test_cmd_cool_out"