-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from scilus/update_2.3.0
[ENH] Update 2.4.0 + new features nextflow
- Loading branch information
Showing
11 changed files
with
119 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
#!/bin/bash | ||
|
||
echo "Downloading TractoFlow..." | ||
wget -q https://github.com/scilus/tractoflow/releases/download/2.2.1/tractoflow-2.2.1.zip | ||
unzip -q tractoflow-2.2.1.zip | ||
rm -rf tractoflow-2.2.1.zip | ||
nextflow pull scilus/tractoflow | ||
echo "Done: TractoFlow downloaded." | ||
echo "Downloading TractoFlow Singularity..." | ||
wget -q --show-progress http://scil.dinf.usherbrooke.ca/containers_list/tractoflow_2.2.1_b9a527_2021-04-13.sif | ||
wget -q --show-progress http://scil.usherbrooke.ca/containers_list/scilus_1.4.0.sif | ||
echo "Done: TractoFlow Singularity downloaded." |
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,25 +1,29 @@ | ||
Install | ||
======= | ||
Fast Installation | ||
================= | ||
|
||
Easy install method | ||
------------------- | ||
|
||
Enter this command in your terminal (it downloads the container and TractoFlow code in the current directory): | ||
Enter this command in your terminal (it downloads the container and TractoFlow code in the current directory - Make sure nextflow is already installed before running this command): | ||
:: | ||
|
||
curl -s https://tractoflow-documentation.readthedocs.io/en/2.2.1/install.sh | bash | ||
curl -s https://tractoflow-documentation.readthedocs.io/en/2.4.0/install.sh | bash | ||
|
||
|
||
Detailed Installation | ||
===================== | ||
|
||
TractoFlow pipeline | ||
------------------- | ||
|
||
Release | ||
####### | ||
|
||
Download the last release of TractoFlow pipeline: | ||
Download TractoFlow pipeline: | ||
|
||
:: | ||
|
||
$> wget https://github.com/scilus/tractoflow/releases/download/2.2.1/tractoflow-2.2.1.zip && unzip tractoflow-2.2.1.zip | ||
$> nextflow pull scilus/tractoflow | ||
|
||
For developers | ||
############## | ||
|
@@ -34,6 +38,11 @@ Clone TractoFlow pipeline repository: | |
# Clone with SSH | ||
$> git clone [email protected]:scilus/tractoflow.git | ||
|
||
As a developer you will have to run tractoflow using this command: | ||
|
||
:: | ||
|
||
nextflow run tractoflow/main.nf --help | ||
|
||
.. _singularity-tractoflow: | ||
|
||
|
@@ -47,7 +56,13 @@ Download the last release of the Singularity container for TractoFlow: | |
|
||
:: | ||
|
||
$> wget http://scil.dinf.usherbrooke.ca/containers_list/tractoflow_2.2.1_b9a527_2021-04-13.sif | ||
$> wget http://scil.usherbrooke.ca/containers_list/scilus_1.4.0.sif | ||
|
||
Or if you have sudo privileges | ||
|
||
:: | ||
|
||
$> sudo singularity build scilus_1.4.0.sif docker://scilus/scilus:1.4.0 | ||
|
||
For developers | ||
############## | ||
|
@@ -57,16 +72,16 @@ Clone the singularity repository for TractoFlow pipeline: | |
:: | ||
|
||
# Clone with HTTPS | ||
$> git clone https://github.com/scilus/containers-tractoflow.git | ||
$> git clone https://github.com/scilus/containers-scilus.git | ||
|
||
# Clone with SSH | ||
$> git clone [email protected]:scilus/containers-tractoflow.git | ||
$> git clone [email protected]:scilus/containers-scilus.git | ||
|
||
Then, you can build the singularity image: | ||
|
||
:: | ||
|
||
$> singularity build singularity_name.img singularity_tractoflow.def | ||
$> singularity build scilus_1.4.0.sif singularity_scilus.def | ||
|
||
.. _docker-tractoflow: | ||
|
||
|
@@ -80,6 +95,6 @@ Download the last release of the Docker container for TractoFlow: | |
|
||
:: | ||
|
||
$> docker pull scilus/tractoflow:2.2.1 | ||
$> docker pull scilus/scilus:1.4.0 | ||
|
||
Please see :ref:`profiles` section to use `macos` profile. |
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
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