Downloads
From PileLine
(Difference between revisions)
(→Requirements) |
|||
Line 1: | Line 1: | ||
You can download the latests release of PileLine tools in [http://sourceforge.net/projects/pilelinetools http://sourceforge.net/projects/pilelinetools] | You can download the latests release of PileLine tools in [http://sourceforge.net/projects/pilelinetools http://sourceforge.net/projects/pilelinetools] | ||
- | == Requirements == | + | ==PileLine toolkit (command-line)== |
+ | === Requirements === | ||
# Operating Systems: Windows, Unix-like (Linux, Mac OSX) | # Operating Systems: Windows, Unix-like (Linux, Mac OSX) | ||
# [http://www.java.com Java 1.6] | # [http://www.java.com Java 1.6] | ||
# [http://ant.apache.org Apache Ant 1.7] (Optional. Needed for building the source code) | # [http://ant.apache.org Apache Ant 1.7] (Optional. Needed for building the source code) | ||
- | == Installation & Running == | + | === Installation & Running === |
# Uncompress the downloaded pileline tar.gz file | # Uncompress the downloaded pileline tar.gz file | ||
# Inside the ./cmd folder, there are Unix-compatible (.sh) and Windows-compatible (.bat) scripts to launch the different tools. | # Inside the ./cmd folder, there are Unix-compatible (.sh) and Windows-compatible (.bat) scripts to launch the different tools. | ||
- | == Building from sourcecode (optional) == | + | === Building from sourcecode (optional) === |
1. You need to install [Subversion http://subversion.tigris.org/] in your system. | 1. You need to install [Subversion http://subversion.tigris.org/] in your system. | ||
Line 19: | Line 20: | ||
Just type "ant" in a console inside the main directory of PileLine | Just type "ant" in a console inside the main directory of PileLine | ||
+ | |||
+ | ==PileLine GUI (Graphical front-end + genome browser)== | ||
+ | === Requirements === | ||
+ | # [http://www.java.com Java 1.6] | ||
+ | === Installation & Running === | ||
+ | Please select your OS-specific installer | ||
+ | {| border="1" cellspacing="0" cellpadding="2" | ||
+ | |- | ||
+ | !scope="row"| [[File:windowsico.jpg]] | ||
+ | | [[File:pilelinegui-0.9-windows.zip]] | ||
+ | | Uncompress the zip file and double-clic in setup.exe | ||
+ | |- | ||
+ | !scope="row"| [[File:macico.jpg]] | ||
+ | | [[File:pilelinegui-0.9-osx.zip]] | ||
+ | | Uncompress the zip file and double-clic in install.bsx | ||
+ | |- | ||
+ | !scope="row"| [[File:linuxico.jpg]] | ||
+ | | [[File:pilelinegui-0.9-linux.zip ]] | ||
+ | | Uncompress the zip and drag-and-drop the application to the Applications folder | ||
+ | |} |
Revision as of 20:00, 29 December 2010
You can download the latests release of PileLine tools in http://sourceforge.net/projects/pilelinetools
Contents |
PileLine toolkit (command-line)
Requirements
- Operating Systems: Windows, Unix-like (Linux, Mac OSX)
- Java 1.6
- Apache Ant 1.7 (Optional. Needed for building the source code)
Installation & Running
- Uncompress the downloaded pileline tar.gz file
- Inside the ./cmd folder, there are Unix-compatible (.sh) and Windows-compatible (.bat) scripts to launch the different tools.
Building from sourcecode (optional)
1. You need to install [Subversion http://subversion.tigris.org/] in your system.
2. Download the latest source code (trunk) in the current directory
svn co https://pilelinetools.svn.sourceforge.net/svnroot/pilelinetools/trunk pileline
3. Building.
cd pileline ant
Just type "ant" in a console inside the main directory of PileLine
PileLine GUI (Graphical front-end + genome browser)
Requirements
Installation & Running
Please select your OS-specific installer
![]() | File:Pilelinegui-0.9-windows.zip | Uncompress the zip file and double-clic in setup.exe |
---|---|---|
![]() | File:Pilelinegui-0.9-osx.zip | Uncompress the zip file and double-clic in install.bsx |
![]() | File:Pilelinegui-0.9-linux.zip | Uncompress the zip and drag-and-drop the application to the Applications folder |