forked from pysam-developers/pysam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f87bd53
commit fee1a47
Showing
7 changed files
with
83 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
#!/usr/bin/python | ||
"""\ | ||
''' | ||
NCL | ||
*** | ||
pysam | ||
***** | ||
Nested contained lists are a way to index segment data. See | ||
Alekseyenko & Lee (2007) | ||
(http://bioinformatics.oxfordjournals.org/cgi/content/full/23/11/1386) | ||
The following code was taken from the author's implemetation | ||
in pygr (http://sourceforge.net/projects/pygr) and modified. The | ||
modifications include: | ||
1. remove target coordinates, only target_id is kept. | ||
"""\ | ||
''' | ||
|
||
import os, sys, glob, shutil | ||
|
||
|
@@ -47,7 +37,7 @@ | |
version = "0.1" | ||
|
||
classifiers = """ | ||
Development Status :: 1 - Pre Alpha | ||
Development Status :: 2 - Alpha | ||
Operating System :: MacOS :: MacOS X | ||
Operating System :: Microsoft :: Windows :: Windows NT/2000 | ||
Operating System :: OS Independent | ||
|
@@ -81,7 +71,7 @@ | |
'author_email': "[email protected]", | ||
'license': "GPL", | ||
'platforms': "ALL", | ||
'url': "TBD", | ||
'url': "http://code.google.com/p/pysam/", | ||
'py_modules': [ | ||
"pysam/__init__", "pysam/Pileup"], | ||
'ext_modules': [pysam,], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters