Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 15, 2023
1 parent 1f59039 commit 3d4e8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ 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.0.10 \
-r v0.1.0 \
-with-singularity # Replace this with -with-docker to use Docker instead

N E X T F L O W ~ version 22.10.1
Expand Down Expand Up @@ -206,7 +206,7 @@ If you get permission errors when using `-with-docker`:

If you get an error similar to:
```
Cannot find revision `v0.0.10` -- Make sure that it exists in the remote repository `https://github.com/robomics/call_tad_cliques`
Cannot find revision `v0.1.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:0.0.10'
container = 'ghcr.io/robomics/call_tad_cliques:0.1.0'
}

0 comments on commit 3d4e8cc

Please sign in to comment.