Skip to content

Commit 3b4bc11

Browse files
authored
Update README.md
1 parent 49e45b0 commit 3b4bc11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## meta files for SGE pipeline
22

3-
* `sge.yaml` contains the definition for a conda environment that will allow you to run the various scripts and programs in the pipeline. Assuming you have a working `conda` installation already (not covered here), run `conda env create -f sge.yaml` to create the environment named `sge`. Once the environment has been created, run `conda activate sge` to activate and use the environment. Note that this `activate` command needs to be run every time you login to use the SGE pipeline (or set up to be run automatically); it is NOT a one-time command.
3+
* `conda-sge.yaml` contains the definition for a conda environment that will allow you to run the various scripts and programs in the pipeline. Assuming you have a working `conda` installation already (not covered here), run `conda env create -f conda-sge.yaml` to create the environment named `sge`. Once the environment has been created, run `conda activate sge` to activate and use the environment.
4+
* `seqspec-sge.yaml` contains a seqspec definition for the SGE assay's DNA modality. The two "onlist" files are supporting files for this spec.

0 commit comments

Comments
 (0)