Skip to content

Commit

Permalink
Merge branch 'docker' into dev/feature-SVCNV
Browse files Browse the repository at this point in the history
  • Loading branch information
dnousome authored Nov 22, 2023
2 parents ba00d4e + 095b8ed commit 065aea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python /opt2/logan --fastq "/opt2/.tests/*R{1,2}.fastq.gz" \
--vc --sv --cnv \
--output /opt2/output_tn_fqs \
--paired --sample_sheet "/opt2/.tests/pairs.tsv" --stub
--sample_sheet "/opt2/.tests/pairs.tsv" --stub
- name: Tumor-only FastQ Stub Run
run: |
docker run -v $PWD:/opt2 nextflow/nextflow:22.10.8 \
Expand Down
2 changes: 2 additions & 0 deletions docker/logan_base/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
#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.3 -f Dockerfile .

docker tag ccbr_logan_base:v0.3.3 dnousome/ccbr_logan_base:v0.3.3
docker tag ccbr_logan_base:v0.3.3 dnousome/ccbr_logan_base


docker push dnousome/ccbr_logan_base:v0.3.3
docker push dnousome/ccbr_logan_base:latest

Expand Down

0 comments on commit 065aea9

Please sign in to comment.