expandSeq

Command line utils to expose functionality of seqLister python library.


License
BSD-3-Clause
Install
pip install expandSeq==3.0.0

Documentation

About expandseq and consdenseseq

expandseq and condenseseqare two unix/linux command-line utilitiies that expose the functionality of the python library package seqLister to shell users.

Installing the commands

python3 -m pip install expandSeq

Testing the installation

You should be able to run the following commands and get this output.

1$ expandseq 1-10
1,2,3,4,5,6,7,8,9,10
2$ condenseseq 1 2 3 4 5 7 9 11 13 15
1-4,5-15x2