From 2496a6ed62d080476dff246c09f3441965d34e6a Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Wed, 28 Mar 2018 09:54:18 -0500 Subject: [PATCH] Add bash script to link 10x data to correct location (Pr data) --- bash.scripts/sc_LinkData-Pr.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bash.scripts/sc_LinkData-Pr.sh diff --git a/bash.scripts/sc_LinkData-Pr.sh b/bash.scripts/sc_LinkData-Pr.sh new file mode 100755 index 0000000..56fd939 --- /dev/null +++ b/bash.scripts/sc_LinkData-Pr.sh @@ -0,0 +1,4 @@ +#!/bin/bash +mkdir ../analysis +mkdir ../analysis/DATA +ln -s /work/urology/ghenry/RNA-Seq/SingleCell/PIPELINE/DATA/Pr/* ../analysis/DATA/ \ No newline at end of file -- GitLab