File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,14 @@ naming convention -- XYZ1.fq and XYZ2.fq . Currently ProTECT only supports paire
1717ProTECT 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
2121from S3. We recommend installing s3am in its own virtualenv using the directions in the s3am manual,
2222then 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
2630First create a virtualenv at your desired location (Here we create it in the folder ~ /venvs)
You can’t perform that action at this time.
0 commit comments