GitXplorerGitXplorer
g

deanna

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
fc3054407ebb3e41eb50dfbb5c3a8c56a1641e55

Added an implementation of splitting using regular expressions

ggnecula committed 4 years ago
Unverified
419fbaacc9d8a325e4ed2d7195d42ffa16c31843

Add a failing tests; there is a bug

ggnecula committed 4 years ago
Unverified
7fc3ff16dcb7814d082ac334432de6e77d9aac44

Added the first version of motif splitting

ggnecula committed 4 years ago
Unverified
f57d2fa981724fe6ebc6c4d9432543081eee92b8

first commit

ggnecula committed 4 years ago

README

The README file for this repository.

deanna

To get started:

git checkout https://github.com/gnecula/deanna.git
cd deanna

To run all the tests:

python -m unittest -v *_test.py

To get the latest changes:

cd deanna
git pull origin

To make changes:

# edit the file
git commit -am"Some description of the change"
git push origin