Skip to content

Commit

Permalink
remove knowcloud link and update to KN-20rep-1706
Browse files Browse the repository at this point in the history
  • Loading branch information
cblatti3 committed Oct 26, 2017
1 parent 7e841c9 commit f27ac45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \
python3-pip

RUN pip3 install awscli
RUN wget -O /home/credentials http://knowcloud.cse.illinois.edu/index.php/s/E3OL5QpTj8SrOix/download
RUN wget -O /home/credentials http://veda.cs.uiuc.edu/RWR/tmp/kn_s3reader_creds
COPY kn_fetcher.sh /home/
RUN chmod 775 /home/kn_fetcher.sh

Expand Down
2 changes: 1 addition & 1 deletion Dockstore.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
label: "AWS S3 Bucket Name"
doc: "the aws s3 bucket"
type: string
default: "KnowNets/KN-6rep-1611/userKN-6rep-1611"
default: "KnowNets/KN-20rep-1706/userKN-20rep-1706"
inputBinding:
position: 1
- id: network_type
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ manually you would execute:
$ docker run -it -w='/home/ubuntu' -v `pwd`:/home/ubuntu quay.io/cblatti3/kn_fetcher:latest
# run command within the docker container
$ /home/kn_fetcher.sh KnowNets/KN-6rep-1611/userKN-6rep-1611 Property 9606 pfam_domains
$ /home/kn_fetcher.sh KnowNets/KN-20rep-1706/userKN-20rep-1706 Property 9606 pfam_domains
```
You'll then see a file, `9606.pfam_domains.edge`, in the current directory, that's the report file. The `-v` is used to mount this result out of the container.

Expand Down
2 changes: 1 addition & 1 deletion kn_fetcher.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
label: "AWS S3 Bucket Name"
doc: "the aws s3 bucket"
type: string
default: "KnowNets/KN-6rep-1611/userKN-6rep-1611"
default: "KnowNets/KN-20rep-1706/userKN-20rep-1706"
inputBinding:
position: 1
- id: network_type
Expand Down

0 comments on commit f27ac45

Please sign in to comment.