From df82c08ce7f202bdd5d16bd54fb21763059e1623 Mon Sep 17 00:00:00 2001 From: Dominik <dominik.brilhaus@hhu.de> Date: Wed, 10 Aug 2022 20:55:32 +0200 Subject: [PATCH] rm upgrade README --- README.md | 2 +- README_arc_wip.md | 76 ----------------------------------------------- 2 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 README_arc_wip.md diff --git a/README.md b/README.md index 16d11e9..737da47 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ assays/Talinum_RNASeq_minimal/isa.assay.xlsx | "RNA extraction" v. 1.1.6<br>"RNA Directory |Â Purpose ---- | ---- -[_GEO_submission](./_GEO_submission) | Example metadata files as required for submission to GEO \ No newline at end of file +[_GEO_submission](./_GEO_submission) | Example metadata files as required for submission to GEO diff --git a/README_arc_wip.md b/README_arc_wip.md deleted file mode 100644 index 6b56fe2..0000000 --- a/README_arc_wip.md +++ /dev/null @@ -1,76 +0,0 @@ - -## 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 - -1. Before adding the files to the ARC, track them via `git lfs` - - ```bash - git lfs track "01_kallisto_index" - ``` - -1. Move / add the large data files to the respective folders - -1. Add them via `git add` - - ```bash - git add runs/run1/01_kallisto_index - ``` - -1. Commit - - - -## Bumping to ARC v1.1 (23.03.2022) - -### by arcCommander / shell -> depends on arcCommander v3 or higher - -```bash -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 - -arc assay register -s TalinumFacultativeCAM -a Talinum_RNASeq_minimal # re-register assay -arc update - -mv assays/Talinum_RNASeq_minimal/protocols/01_plant_material.md studies/TalinumFacultativeCAM/protocols # move plant growth from assay to study - -arc assay remove -s TalinumFacultativeCAM -a RNASeq_Kallisto_quant # add computational parts as assay - -``` - - -### by hand -- move plant growth sheet isa.assay to isa.study -- remove computational RNASeq sheet from assays as it partly duplicates the (not yet CWLed) kallisto workflow - -### add placeholder sample descriptors - -```bash -arc_root=$(pwd) -cd studies/TalinumFacultativeCAM/resources/ -touch \ -DB_097 \ -DB_099 \ -DB_103 \ -DB_161 \ -DB_163 \ -DB_165 -cd $arc_root -``` \ No newline at end of file -- GitLab