-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from CCBR/main
Additional changes to Tumor only calling
- Loading branch information
Showing
9 changed files
with
124 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Compile list of Modules to | ||
module=['vcf2maf/1.6.21','VEP/102'] | ||
module=['fastq_screen/0.15.2','bowtie/2-2.5.1'] | ||
module=['kraken/2.1.2', 'kronatools/2.8'] | ||
module=['fastqc/0.11.9'] | ||
module=['qualimap/2.2.1','java/12.0.1'] | ||
module=['samtools/1.16.1'] | ||
module=['vcftools/0.1.16'] | ||
module=['picard/2.20.8'] | ||
module=['bcftools/1.9'] | ||
module=['GATK/4.2.0.0'] | ||
module=["snpEff/4.3t"] | ||
module=['multiqc/1.11'] | ||
module=['GATK/3.8-1'] | ||
module=['bwa-mem2/2.2.1','samblaster/0.1.26','samtools/1.15.1'] | ||
module=['fastp/0.23.2'] | ||
|
||
|
||
|
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,11 +1,24 @@ | ||
# Build image | ||
docker buildx create --platform linux/amd64 --use | ||
docker buildx build -f Dockerfile -t dnousome/ccbr_logan_base:v0.3.0 -t dnousome/ccbr_logan_base:latest --platform=linux/amd64 --push . | ||
#docker buildx create --platform linux/amd64 --use | ||
#docker buildx use upbeat_ganguly | ||
#docker buildx inspect upbeat_ganguly | ||
#docker buildx build --platform linux/amd64 -f Dockerfile -t dnousome/ccbr_logan_base:v0.3.0 -t dnousome/ccbr_logan_base:latest --push . | ||
|
||
docker build --platform linux/amd64 --tag ccbr_logan_base:v0.3.0 -f Dockerfile . | ||
docker tag ccbr_logan_base:v0.3.0 dnousome/ccbr_logan_base:v0.3.0 | ||
docker tag ccbr_logan_base:v0.3.0 dnousome/ccbr_logan_base | ||
|
||
docker push dnousome/ccbr_logan_base:v0.3.0 | ||
docker push dnousome/ccbr_logan_base:latest | ||
|
||
|
||
|
||
|
||
# Tag image with version and reset latest | ||
#docker tag ccbr_wgs_base:v0.1.0 nciccbr/ccbr_wgs_base:v0.1.0 | ||
#docker tag ccbr_wgs_base:v0.1.0 nciccbr/ccbr_wgs_base | ||
|
||
# Push image to DockerHub | ||
#docker push nciccbr/ccbr_wgs_base:v0.1.0 | ||
#docker push nciccbr/ccbr_wgs_base:latest | ||
#docker push nciccbr/ccbr_wgs_base:latest | ||
|
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