Skip to content

Commit

Permalink
Merge pull request #18 from Sage-Bionetworks-Workflows/update-to-dev-…
Browse files Browse the repository at this point in the history
…ghcr-docker

Update to dev ghcr docker
  • Loading branch information
rxu17 authored May 13, 2024
2 parents 764d270 + 81195c5 commit 9b25d9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,30 @@ Note that all the docker parameters have set default docker containers based on
* **Only validate** files on test pipeline

```
nextflow -profile aws_test run main.nf --process_type only_validate -with-docker sagebionetworks/genie:latest
nextflow run main.nf -profile aws_test --process_type only_validate -with-docker sagebionetworks/genie:latest
```
* Processes **non-mutation** files on test pipeline
```
nextflow -profile aws_test run main.nf --process_type main_process -with-docker sagebionetworks/genie:latest
nextflow run main.nf -profile aws_test --process_type main_process -with-docker sagebionetworks/genie:latest
```
* Processes **mutation** files on test pipeline
```
nextflow -profile aws_test run main.nf --process_type maf_process --create_new_maf_db -with-docker sagebionetworks/genie:latest
nextflow run main.nf -profile aws_test --process_type maf_process --create_new_maf_db -with-docker sagebionetworks/genie:latest
```
* Runs **processing** and **consortium** release (including data guide creation) on test pipeline
```
nextflow -profile aws_test run main.nf --process_type consortium_release --create_new_maf_db -with-docker sagebionetworks/genie:latest
nextflow run main.nf -profile aws_test --process_type consortium_release --create_new_maf_db -with-docker sagebionetworks/genie:latest
```
* Runs **public** release (including data guide creation) on test pipeline
```
nextflow -profile aws_test run main.nf --process_type public_release -with-docker sagebionetworks/genie:latest
nextflow run main.nf -profile aws_test --process_type public_release -with-docker sagebionetworks/genie:latest
```
### Testing
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ profiles {
}
params {
// docker image parameters, see nextflow_schema.json for details
main_pipeline_docker = "sagebionetworks/genie:develop"
main_pipeline_docker = "ghcr.io/sage-bionetworks/genie:develop"
main_release_utils_docker = "sagebionetworks/main-genie-release-utils"
find_maf_artifacts_docker = "sagebionetworks/genie-artifact-finder"
create_data_guide_docker = "sagebionetworks/genie-data-guide"
Expand Down

0 comments on commit 9b25d9c

Please sign in to comment.