Skip to content

bredeson/strand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strand

Installation:

git clone https://github.com/bredeson/strand.git
cd strand
make install PREFIX=/path/to/installbase

Usage:

from strand import Strand
strand = Strand("+")
strand.int  # returns 1
strand = reversed(strand)
strand.int  # returns -1
print(strand.str)  # prints "-"

About

Python module providing methods for operations on nucleotide strand

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors