Skip to content

Commit

Permalink
update image id
Browse files Browse the repository at this point in the history
  • Loading branch information
natashapinto committed Dec 8, 2023
1 parent 604c924 commit 71d8b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# exomedepth_cnv_analysis_v1.2.0
# exomedepth_cnv_analysis_v1.3.0

# The following line causes bash to exit at any point if there is any error
# and to output each line as it is executed -- useful for debugging
Expand Down Expand Up @@ -79,7 +79,7 @@ cd /home/dnanexus

mark-section "setting up Exomedepth docker image"
# Location of the ExomeDepth docker file
docker_file_id=project-ByfFPz00jy1fk6PjpZ95F27J:file-GYzKz400jy1yx101F34p8qj2
docker_file_id=project-ByfFPz00jy1fk6PjpZ95F27J:file-Gbjy9yj0JQXkKB8bfFz856V6
# download the docker file from 001_Tools...
dx download $docker_file_id --auth "${API_KEY}"
docker_file=$(dx describe ${docker_file_id} --name)
Expand Down

0 comments on commit 71d8b2d

Please sign in to comment.