FDA / precisionFDA

precisionFDA is a cloud based platform that provides an environment where the community can test, pilot, and benchmark new approaches to validating their next-generation sequencing (NGS) analysis pipelines. PrecisionFDA offers community members a secure and independent work area where, at their discretion, their bioinformatics tools or data can be kept private or shared with the precisionFDA participants.
https://precision.fda.gov/
Creative Commons Zero v1.0 Universal
64 stars 22 forks source link

emit-1.0.tar.gz and run-1.2.tar.gz #3

Closed serge2016 closed 4 years ago

serge2016 commented 5 years ago

Hello!

Could you help me, please, with downloading this files:

# Download helper executables
url https://dl.dnanex.us/F/D/0K8P4zZvjq9vQ6qV0b6QqY1z2zvfZ0QKQP4gjBXp/emit-1.0.tar.gz | tar xzf - -C /usr/bin/ --no-same-owner --no-same-permissions
curl https://dl.dnanex.us/F/D/bByKQvv1F7BFP3xXPgYXZPZjkXj9V684VPz8gb7p/run-1.2.tar.gz | tar xzf - -C /usr/bin/ --no-same-owner --no-same-permissions

https://github.com/FDA/precisionFDA/blob/master/app/models/app.rb#L192

ubuntu-signing-key.gpg is also not available:

curl https://wiki.dnanexus.com/images/files/ubuntu-signing-key.gpg | apt-key add - 
codeDojo08 commented 4 years ago

Hello!

Could you help me, please, with downloading this files:

# Download helper executables
url https://dl.dnanex.us/F/D/0K8P4zZvjq9vQ6qV0b6QqY1z2zvfZ0QKQP4gjBXp/emit-1.0.tar.gz | tar xzf - -C /usr/bin/ --no-same-owner --no-same-permissions
curl https://dl.dnanex.us/F/D/bByKQvv1F7BFP3xXPgYXZPZjkXj9V684VPz8gb7p/run-1.2.tar.gz | tar xzf - -C /usr/bin/ --no-same-owner --no-same-permissions

https://github.com/FDA/precisionFDA/blob/master/app/models/app.rb#L192

ubuntu-signing-key.gpg is also not available:

curl https://wiki.dnanexus.com/images/files/ubuntu-signing-key.gpg | apt-key add - 

Please use curl https://precision.fda.gov/emit-1.0.tar.gz | tar xzf - -C /usr/bin/ --no-same-owner --no-same-permissions

curl https://precision.fda.gov/run-1.2.tar.gz | tar xzf - -C /usr/bin/ --no-same-owner --no-same-permissions

Also use curl https://dnanexus-sdk.s3.amazonaws.com/apt/ubuntu-signing-key.gpg | apt-key add -