ARC mininmal Example RNASeq
This is a minimal Example ARC packaging an mRNA-Seq dataset with metadata and computations.
Data origin
- Partly published under: https://doi.org/10.1104/pp.15.01076
- see ./isa.investigation.xlsx for details.
Additional payload
The following folders are not part of the ARC
for details, see: ARC specs:Additional paylod
Directory | Purpose |
---|---|
_GEO_submission | Example metadata files as required for submission to GEO |
Notes and ToDos
Experimental metadata in isa.assay.xlsx
- split GEO SWATE templates into four sheets
- 1SPL01_plants
- 2EXT01_RNA
- 3ASY01_RNASeq
- 4COM01_RNASeq
Adding large raw data via git lfs
-
Before adding the files to the ARC, track them via
git lfs
git lfs track "01_kallisto_index"
-
Move / add the large data files to the respective folders
-
Add them via
git add
git add runs/run1/01_kallisto_index
-
Commit
Bumping to ARC v1.1 (23.03.2022)
depends on arcCommander v3 or higher
arc a list
arc study unregister -s TalinumFacultativeCAM # unregister old study version
arc study add -s TalinumFacultativeCAM # add fresh
mv TalinumFacultativeCAM.study.xlsx studies/TalinumFacultativeCAM/old.study.xlsx # move old study metadata to new study
arc study add -s TalinumGenomeDraft # add draft genome as study
mv externals/Talinum.gm.CDS.nt.fa studies/TalinumGenomeDraft/resources # mv genome to resources
rm -r externals
rm inv.json