Skip to content

Commit 23a0459

Browse files
authored
Merge pull request #84 from BD2KGenomics/issues/83a-update-s3am-in-manual
Update s3am description in the manual (resolves #83)
2 parents 21b681f + d0b1b10 commit 23a0459

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MANUAL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,14 @@ naming convention -- XYZ1.fq and XYZ2.fq . Currently ProTECT only supports paire
1717
ProTECT requires Toil and we recommend installing ProTECT and its requirements in a
1818
[virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).
1919

20-
ProTECT also requires [s3am](https://github.com/BD2KGenomics/sam.git) to download and upload files
20+
ProTECT also requires [s3am](https://github.com/BD2KGenomics/s3am.git) to download and upload files
2121
from S3. We recommend installing s3am in its own virtualenv using the directions in the s3am manual,
2222
then putting the s3am binary on your $PATH.
2323

24+
**NOTE:** We require the most recent stable pre-production build of s3am with the `--version`
25+
flag support so either use the git master branch, or use the `--pre` flag while pip installing s3am.
26+
This will be updated in the future when s3am v2.0 releases.
27+
2428
###Method 1 - Using PIP (recommended)
2529

2630
First create a virtualenv at your desired location (Here we create it in the folder ~/venvs)

0 commit comments

Comments
 (0)