Skip to content
Snippets Groups Projects
Commit 6a30b150 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Generalize sc_LinkData.sh to handle any dataset by project (dir) name

parent 2496a6ed
Branches
Tags
No related merge requests found
#!/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
ln -s /work/urology/ghenry/RNA-Seq/SingleCell/PIPELINE/DATA/"$1"/* ../analysis/DATA/
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment