Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
 - to the docker repository and instructions
 - to the snamake workflow catalog and instructions
  • Loading branch information
DrYak committed Oct 5, 2021
1 parent e66aa65 commit 2c52476
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ cd work

### Using Docker

Note: the docker image is only setup with components to run the workflow for HIV and SARS-CoV-2 virus base configurations.
Note: the [docker image](https://github.com/cbg-ethz/V-pipe/pkgs/container/v-pipe) is only setup with components to run the workflow for HIV and SARS-CoV-2 virus base configurations.
Using V-pipe with other viruses or configurations might require internet connectivity for additional software components.

Populate the `samples` directory and create `config.yaml` or `vpipe.config`.
Populate the `samples/` directory and create `config.yaml` or `vpipe.config`.
For example, the following config file could be used:
```yaml
general:
Expand Down Expand Up @@ -77,11 +77,11 @@ mamba create -c bioconda -c conda-forge --name snakemake snakemake snakedeploy
conda activate snakemake
```

Snakemake's official workflow installer Snakedeploy can now be used:
Snakemake's [official workflow installer Snakedeploy](https://snakemake.github.io/snakemake-workflow-catalog/?usage=cbg-ethz/V-pipe) can now be used:

```bash
snakedeploy deploy-workflow https://github.com/cbg-ethz/V-pipe --tag master .
# edit config/config.yaml and provide samples directory
# edit config/config.yaml and provide samples/ directory
snakemake --use-conda --jobs 4 --printshellcmds --dry-run
```

Expand Down

0 comments on commit 2c52476

Please sign in to comment.