Modifications by rasi
This is a fork of the HTSeq code from its Sourceforge repo owned by Simon Anders.
For instructions, see:
http://www-huber.embl.de/users/anders/HTSeq/
To make changes to the Python code, change code in the HTSeq folder.
Once you are happy with the changes, run:
./build_itThis will generate the build directory.
For version-control:
git add --all # the ignored files are in .gitignore
git status -uno
git commit -m "COMMIT_MESSAGE"
git push -u origin master