haowenz / chromap

Fast alignment and preprocessing of chromatin profiles
https://haowenz.github.io/chromap/
MIT License
189 stars 20 forks source link

Support globbing in read file names #137

Closed swiftgenomics closed 1 year ago

swiftgenomics commented 1 year ago
  1. Now Chromap can support wildcards in read file names and find all matched read files. But the read file names must be in quotation marks in the command line to avoid globbing there so that Chromap can do the globbing.
  2. Refactor the code.