Skip to content

Commit 4d39d40

Browse files
committed
feat: update execution documentation
1 parent 56736e8 commit 4d39d40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/execution.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ The **weave** pipeline can be triggered from a head node in a non-interactive fa
1212
## Bigsky/Skyline
1313

1414
!!! Note
15-
Dependency files for skyline and bigsky differ
16-
Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`
17-
Skyline: `/data/openomics/bin/dependencies.sh`
15+
Dependency files for skyline and bigsky differ <br />
16+
**Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`** <br />
17+
**Skyline: `/data/openomics/bin/dependencies.sh`**
1818

1919
```bash
2020
source ${dependencies}
2121
srun --export=ALL "weave run [keyword args] ${run_id}"
2222
```
2323

2424
!!! Note
25-
srun (by default)[https://slurm.schedmd.com/srun.html#OPT_export] exports all environmental variables from the executing environment and `--export=ALL` can be left off
25+
srun <a href="https://slurm.schedmd.com/srun.html#OPT_export">by default</a> exports all environmental variables from the executing environment and `--export=ALL` can be left off
2626

2727
## Biowulf
2828

@@ -35,9 +35,9 @@ srun --export=ALL "module load snakemake singularity; weave run [keyword args] $
3535
## Bigsky/Skyline
3636

3737
!!! Note
38-
Dependency files for skyline and bigsky differ
39-
Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`
40-
Skyline: `/data/openomics/bin/dependencies.sh`
38+
Dependency files for skyline and bigsky differ <br />
39+
**Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`** <br />
40+
**Skyline: `/data/openomics/bin/dependencies.sh`**
4141

4242
```bash
4343
> # <head node>

0 commit comments

Comments
 (0)