Skip to content
Snippets Groups Projects
Commit 0211d123 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Update docs

parent 6c15c28c
3 merge requests!58Develop,!54Resolve "Add an option to not upload",!53Resolve "process_derivaUpload"
Pipeline #8513 failed with stages
in 3 hours, 25 minutes, and 14 seconds
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
* Upload execution run * Upload execution run
* Upload mRNA QC * Upload mRNA QC
* Create and upload output bag * Create and upload output bag
* Add optional to not upload
**Background** **Background**
* Remove (comment out) option to pull references from S3 * Remove (comment out) option to pull references from S3
......
...@@ -34,9 +34,12 @@ To Run: ...@@ -34,9 +34,12 @@ To Run:
* **dev** = [dev.gudmap.org](dev.gudmap.org) (default, does not contain all data) * **dev** = [dev.gudmap.org](dev.gudmap.org) (default, does not contain all data)
* **staging** = [staging.gudmap.org](staging.gudmap.org) (does not contain all data) * **staging** = [staging.gudmap.org](staging.gudmap.org) (does not contain all data)
* **production** = [www.gudmap.org](www.gudmap.org) (***does contain all data***) * **production** = [www.gudmap.org](www.gudmap.org) (***does contain all data***)
* `--refMoVersion` mouse reference version ***(optional)*** * `--refMoVersion` mouse reference version ***(optional, default = 38.p6.vM22)***
* `--refHuVersion` human reference version ***(optional)*** * `--refHuVersion` human reference version ***(optional, default = 38.p12.v31)***
* `--refERCCVersion` human reference version ***(optional)*** * `--refERCCVersion` human reference version ***(optional, default = 92)***
* `--upload` option to not upload output back to the data-hub ***(optional, default = true)***
* **true** = upload outputs to the data-hub
* **false** = do *NOT* upload outputs to the data-hub
* `-profile` config profile to use ***(optional)***: * `-profile` config profile to use ***(optional)***:
* defaut = processes on BioHPC cluster * defaut = processes on BioHPC cluster
* **biohpc** = process on BioHPC cluster * **biohpc** = process on BioHPC cluster
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment