This Capsule runs a python script that uses the Code Ocean SDK to automatically create the following 3 Internal Data Assets and share them with everyone:
- Paired End Reads (8GB)
- Annotation File (1GB)
- STAR Index (28GB)
These Data Assets will be used during a Pipeline Training Session where users will build an RNA Seq Pipeline. This tutorial is also available in the Code Ocean User Guide.
- Create a New Capsule and choose the Copy from public Git option
-
Paste in the URL of this Capsule's Git repo: https://github.com/codeocean/pipeline-training-prep.git
-
If using Code Ocean v2.22 or later, the environment should be configured automatically. If not, select a Python starter environment and add the
codeoceanpackage to pip. -
In your Account page, create an Access Token, save it as a Custom Key secret, and attach the secret to this capsule.
-
Change the value of the
co_domainvariable on line 47 ofcreate_assets.pyto your Code Ocean domain.
You're all set, just click Reproducible Run!
Code Ocean brings together open-source tools and cloud technology to help Computational Scientists do great research.


