-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24f0942
commit e357944
Showing
30 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
only the bismark version used was 0.20.1 , rest matches the MOP i believe we should use 0.22.1 , but needs clarification from Yongchao | ||
|
||
docker build . -t gcr.io/my-project-dev/motrpac_rrbs:araja_05_20_2019 | ||
docker push gcr.io/my-project-dev/motrpac_rrbs:araja_05_20_2019 | ||
docker build . -t gcr.io/motrpac-portal-dev/motrpac_rrbs:araja_05_20_2019 | ||
docker push gcr.io/motrpac-portal-dev/motrpac_rrbs:araja_05_20_2019 | ||
|
||
#Pushing the image to the production environment | ||
|
||
docker build . -t gcr.io/my-project/motrpac_rrbs:araja_05_20_2019 | ||
docker push gcr.io/my-project/motrpac_rrbs:araja_05_20_2019 | ||
docker build . -t gcr.io/motrpac-portal/motrpac_rrbs:araja_05_20_2019 | ||
docker push gcr.io/motrpac-portal/motrpac_rrbs:araja_05_20_2019 | ||
|
||
Fixed a typo in the Docker file | ||
Older docker image : gcr.io/my-project/motrpac_rrbs:araja_05_24_2019 | ||
Older docker image : gcr.io/motrpac-portal/motrpac_rrbs:araja_05_24_2019 | ||
|
||
#Previous well tested docker image : gcr.io/my-project/motrpac_rrbs:araja_06_17_2019 | ||
#Previous well tested docker image : gcr.io/motrpac-portal/motrpac_rrbs:araja_06_17_2019 | ||
|
||
#Updated ubuntu version , fixed the qc script to round a metric , removed bismark as the source install had the wrong version of bismark methylation extractor | ||
Latest docker image : gcr.io/my-project/motrpac_rrbs:araja_07_09_2019 | ||
Bismark docker : gcr.io/my-project/bismark:0.20.0 | ||
Latest docker image : gcr.io/motrpac-portal/motrpac_rrbs:araja_07_09_2019 | ||
Bismark docker : gcr.io/motrpac-portal/bismark:0.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
docker run -v `pwd`:`pwd` -w `pwd` -it gcr.io/my-project/motrpac_rrbs:araja_06_17_2019 bismark2summary *.bam | ||
docker run -v `pwd`:`pwd` -w `pwd` -it gcr.io/motrpac-portal/motrpac_rrbs:araja_06_17_2019 bismark2summary *.bam | ||
|
||
docker run -v `pwd`:`pwd` -w `pwd` -it gcr.io/my-project-dev/bismark:0.20.0 deduplicate_bismark -p --barcode --bam Rat_Muscle_R1_bismark_bt2_pe.bam Rat_Muscle_R1_bismark_bt2_pe.bam | ||
docker run -v `pwd`:`pwd` -w `pwd` -it gcr.io/motrpac-portal-dev/bismark:0.20.0 deduplicate_bismark -p --barcode --bam Rat_Muscle_R1_bismark_bt2_pe.bam Rat_Muscle_R1_bismark_bt2_pe.bam | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
wdl/quantify_methylation/quantify_methylation_inputs_GCloud.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.