mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-14 05:33:09 +00:00
fix: markdownlint
This commit is contained in:
parent
844246cc7d
commit
bab9241243
1 changed files with 3 additions and 3 deletions
|
@ -233,8 +233,8 @@ $ chown -R .<BIANCA_PROJECT> nf-core-<PIPELINE>-<PIPELINE_VERSION>
|
||||||
$ ln -s nf-core-<PIPELINE>-<PIPELINE_VERSION> nf-core-<PIPELINE>-default
|
$ ln -s nf-core-<PIPELINE>-<PIPELINE_VERSION> nf-core-<PIPELINE>-default
|
||||||
```
|
```
|
||||||
|
|
||||||
The principle is to have every member of your project to be able to use the same nf-core/<PIPELINE> version at the same time.
|
The principle is to have every member of your project to be able to use the same `nf-core/<PIPELINE>` version at the same time.
|
||||||
So every member of the project who wants to use nf-core/<PIPELINE> will need to do:
|
So every member of the project who wants to use `nf-core/<PIPELINE>` will need to do:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Connect to bianca
|
# Connect to bianca
|
||||||
|
@ -247,7 +247,7 @@ $ cd /home/<USER>
|
||||||
$ ln -s /castor/project/proj_nobackup/nf-core/nf-core-<PIPELINE>-default nf-core-<PIPELINE>
|
$ ln -s /castor/project/proj_nobackup/nf-core/nf-core-<PIPELINE>-default nf-core-<PIPELINE>
|
||||||
```
|
```
|
||||||
|
|
||||||
And then nf-core/<PIPELINE> can be used with:
|
And then `nf-core/<PIPELINE>` can be used with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# run <PIPELINE> on bianca
|
# run <PIPELINE> on bianca
|
||||||
|
|
Loading…
Reference in a new issue