Skip to content

Commit 27f76cf

Browse files
committed
Add cargo via rustup for CellBarcode
1 parent a0e20d5 commit 27f76cf

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Required for BioC CellBarcode
2+
3+
curl_rustup_sh:
4+
cmd.run:
5+
- name: curl https://sh.rustup.rs -sSf | sh
6+
- runas: biocbuild

saltstack/salt/top.sls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ base:
2020
- dependencies.viennarna # BioC GeneGA
2121
- dependencies.dotnet # Bioc rmspc
2222
- dependencies.reticulate_python # Bioc seqArchR
23+
- dependencies.rustup # Bioc CellBarcode
2324
'machine:type:(primary|secondary)':
2425
- match: pillar
2526
- common.cronjobs

0 commit comments

Comments
 (0)