-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
13 changed files
with
23 additions
and
135 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
URL=http://bbcf.epfl.ch/track | ||
http://xapple.github.com/track/ |
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ track 1.1.0 | |
=========== | ||
|
||
Copyright 2011 EPFL BBCF <[email protected]> | ||
Written by <[email protected]> | ||
|
||
track is a python module for reading and writing genomic data. | ||
|
||
|
@@ -14,4 +15,4 @@ of this license is in the LICENSE.txt file. | |
Full documentation | ||
================== | ||
|
||
The full documentation can be found [on our website](http://bbcf.epfl.ch/track). | ||
The full documentation can be found [on the website](http://xapple.github.com/track/). |
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,4 +1,4 @@ | ||
############## | ||
Reporting bugs | ||
############## | ||
Our `issue tracking system <https://github.com/bbcf/track/issues>`_ is found in the github repository. You are welcome to open a new ticket in it if you think you have found a bug. You will however need to create a github account if you don't already have one to open a new issue, sorry. | ||
Our `issue tracking system <https://github.com/xapple/track/issues>`_ is found in the github repository. You are welcome to open a new ticket in it if you think you have found a bug. You will however need to create a github account if you don't already have one to open a new issue, sorry. |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,17 +6,17 @@ | |
description = 'Python package for reading and writing genomic data', | ||
long_description = open('README.md').read(), | ||
license = 'GNU General Public License 3.0', | ||
url = 'http://bbcf.epfl.ch/track', | ||
author = 'EPFL BBCF', | ||
author_email = '[email protected]', | ||
url = 'http://xapple.github.com/track/', | ||
author = 'Lucas Sinclair', | ||
author_email = '[email protected]', | ||
classifiers = ['Topic :: Scientific/Engineering :: Bio-Informatics'], | ||
packages = ['track', | ||
'track.parse', | ||
'track.serialize', | ||
'track.test', | ||
'track.manips', | ||
], | ||
package_data = {'track': ['genomes.db']}, | ||
ext_modules = [Extension('track.pyrow', ['src/pyrow.c'])], | ||
scripts = ['track/track'], | ||
install_requires = ['genomes'], | ||
) |
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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