Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 27, 2023
1 parent 32c67f0 commit 7ee0fd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ user@dev:/tmp$ nextflow run --sample_sheet=samplesheet.tsv \
--assembly_gaps=data/gaps.txt.gz \
--outdir=data/results/ \
https://github.com/robomics/call_tad_cliques \
-r v0.2.0 \
-r v0.3.0 \
-with-singularity # Replace this with -with-docker to use Docker instead

N E X T F L O W ~ version 22.10.7
Launching `https://github.com/robomics/call_tad_cliques` [focused_bohr] DSL2 - revision: 9a02af259a [v0.2.0]
Launching `https://github.com/robomics/call_tad_cliques` [focused_bohr] DSL2 - revision: 9a02af259a [v0.3.0]
executor > local (16)
[71/d00e78] process > check_sample_sheet [100%] 1 of 1 ✔
[ad/a7b3ba] process > process_sample_sheet [100%] 1 of 1 ✔
Expand Down Expand Up @@ -192,7 +192,7 @@ If you get permission errors when using `-with-docker`:

If you get an error similar to:
```
Cannot find revision `v0.2.0` -- Make sure that it exists in the remote repository `https://github.com/robomics/call_tad_cliques`
Cannot find revision `v0.3.0` -- Make sure that it exists in the remote repository `https://github.com/robomics/call_tad_cliques`
```

try to remove folder `~/.nextflow/assets/robomics/call_tad_cliques` before running the workflow
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ params {
}

process {
container = 'ghcr.io/robomics/call_tad_cliques:latest'
container = 'ghcr.io/robomics/call_tad_cliques:0.3.0'
}

0 comments on commit 7ee0fd3

Please sign in to comment.