Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 925 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 925 Bytes

Readme

master:

Build Status Coverage Status

dev:

Build Status Coverage Status

Installing the bash util (cr_count)

pip install -r requirements.txt
python setup.py install

Then, obtain a list of the files to be processed and trigger parallel jobs:

ls *flt* | parallel -j 2 cr_count --filepath {} > flt.out