-
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
448b92f
commit 2d93907
Showing
1 changed file
with
3 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -52,7 +52,8 @@ git clone [email protected]:greenkidneybean/circos-py.git | |
``` | ||
|
||
### Circos | ||
Unfortunately Circos takes a bit of effort to get up and running. If you're on a Mac I'd recommend [installing via Homebrew](http://circos.ca/tutorials/lessons/configuration/distribution_and_installation/). | ||
Unfortunately Circos takes a bit of effort to get up and running. I swear at one point I was albe to [install via Homebrew](http://circos.ca/tutorials/lessons/configuration/distribution_and_installation/), but if that's kaput then head straight to the source: [Circos](http://circos.ca/software/download/) | ||
|
||
### Circos-Py | ||
|
||
|
||
|
@@ -82,6 +83,7 @@ I'm also delimiting all my data files (karyotype and links) with tabs instead of | |
|
||
**ToDo:** | ||
- Add two more sample to example data | ||
- requirements? | ||
- create circos module with all functions | ||
- Lock package dependencies | ||
- Web GUI |