Skip to content

Commit

Permalink
feat: update execution documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rroutsong committed Feb 2, 2024
1 parent 56736e8 commit 4d39d40
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ The **weave** pipeline can be triggered from a head node in a non-interactive fa
## Bigsky/Skyline

!!! Note
Dependency files for skyline and bigsky differ
Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`
Skyline: `/data/openomics/bin/dependencies.sh`
Dependency files for skyline and bigsky differ <br />
**Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`** <br />
**Skyline: `/data/openomics/bin/dependencies.sh`**

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

!!! Note
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
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

## Biowulf

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

!!! Note
Dependency files for skyline and bigsky differ
Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`
Skyline: `/data/openomics/bin/dependencies.sh`
Dependency files for skyline and bigsky differ <br />
**Bigsky: `/gs1/RTS/OpenOmics/bin/dependencies.sh`** <br />
**Skyline: `/data/openomics/bin/dependencies.sh`**

```bash
> # <head node>
Expand Down

0 comments on commit 4d39d40

Please sign in to comment.