From 2579c34913cc8f561027cd4e07fa1a1a6f75f140 Mon Sep 17 00:00:00 2001 From: Dominik <dominik.brilhaus@hhu.de> Date: Thu, 11 Nov 2021 10:00:58 +0100 Subject: [PATCH] update README (and test commit) --- .DS_Store | Bin 0 -> 6148 bytes README.md | 21 +++++++++++++-------- assays/.DS_Store | Bin 0 -> 6148 bytes 3 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 .DS_Store create mode 100644 assays/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..67be41b00e01424f7f4bf00fa40e47060165e7ab GIT binary patch literal 6148 zcmeHKI}XAy47C9vB$kehxdJzc5S)Mu@EegBDh9SroQtFJ{24%n4F=G2<-El4OVu~T zwTS5Ae3*+gA~Jy+%GHLx*}i$t1{qNx9A{jlJ+%Ad?sPi#vR?;`JC?1qc(#vx+n`Ya zDnJFO02QDDA6Fnt>}2}!lX)N&paQ?HfZY!TZden$K)*ULcnbg=A?${^_Y%Nj0bot+ z0ug~}P=P_!Y%w(Gh?mT(iCtjOMYH+Pe6wbUqW*TAUp!s326ChVRNz^GVJsV~|10>L z{{NZ86&0WYf2Dwqmh0sLpOm$=_i<Kh3w#5&oEzK>bEjbNat!oxjD?lsnI}bFu{ri@ VVi)Li#GMZ0&w%MdqXOSn;0^-l6}bQa literal 0 HcmV?d00001 diff --git a/README.md b/README.md index 741a7c0..c1d70b7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # ARC mininmal Example RNASeq +This is a minimal Example ARC packaging an mRNA-Seq dataset with metadata and computations. -## Notes - -- CWL not yet implemented +## Notes and ToDos - -### isa.assay +### Experimental metadata in isa.assay.xlsx - split GEO SWATE templates into four sheets - 1SPL01_plants - 2EXT01_RNA @@ -15,16 +13,19 @@ - 4COM01_RNASeq -### adding big data via git lfs +### Adding large raw data via git lfs + +1. Before addind the files to the ARC, track them via `git lfs` ``` git lfs track "*.fastq.gz" - git lfs track "01_kallisto_index" ``` -add big data files to respective folder +2. Move / add the large data files to the respective folders + +3. Add them via `git add` ``` git add assays/Talinum_RNASeq_minimal/dataset/ @@ -32,4 +33,8 @@ git add runs/run1/01_kallisto_index ``` +4. Commit + +## To Do's +- CWL not yet implemented diff --git a/assays/.DS_Store b/assays/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..4014df97bda50525385b25430c460c44e64ae1a5 GIT binary patch literal 6148 zcmeHKyG{c!5S)b+k!VsOO8)|XV4~1c5PDvrh;&JWQ2Oig+nHT25~qVA4Mj97t;b&P z*zy#&w*YLuU)=&T08_dn4nB;{_uWT!kr5-(dBzrdZ19XnJdCn`4><Q4Pk2R#^?-ke zB|h-U(>AfQCNgXF_1?YhcAXPtQa}nw0VyB_q`=7vWC@*Koy-(L3P^!-SHQmyh3;4r z`-bu9;1DeUal&vI=g~_LiwB4`v2Vx-%^H>1sFp2;H9F%Z^J-$>u+d@Jd|2LW*`Zk6 z&hty8!)il~Qa}m}6}W86nb-e&`XBxOkffCqkOF6=fK3+5#hg#d+B$li*V;mVp?@25 oBb`H(Vq%nHF1!@q{KzXl=YCD>8wQ>6pcC~Y;JV19z<(%k1h~l=5C8xG literal 0 HcmV?d00001 -- GitLab