Created
October 2, 2017 09:11
-
-
Save wbazant/2008e65f21f82398923a47a2c7542837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[fg_atlas@ebi-cli-001 analysis_archive]$ git show --name-status dc1f641b89a31d1d4f6754d53fc6b9aa6f27d945 | grep "^D" | grep configs | sed "s@.*configs@$ATLAS_PROD@" | tail -n +3 | while read -r path ; do { exp=$(basename $(dirname $path)) ; mkdir -p $(dirname $path) ; cp -v $ATLAS_EXPS/$exp/$(basename $path) $path ; } ; done | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-29134/E-GEOD-29134-configuration.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-29134/E-GEOD-29134-configuration.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-29134/E-GEOD-29134-factors.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-29134/E-GEOD-29134-factors.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-29163/E-GEOD-29163-configuration.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-29163/E-GEOD-29163-configuration.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-29163/E-GEOD-29163-factors.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-29163/E-GEOD-29163-factors.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-30720/E-GEOD-30720-configuration.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-30720/E-GEOD-30720-configuration.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-30720/E-GEOD-30720-factors.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-30720/E-GEOD-30720-factors.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-31234/E-GEOD-31234-configuration.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-31234/E-GEOD-31234-configuration.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-31234/E-GEOD-31234-factors.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-31234/E-GEOD-31234-factors.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-38612/E-GEOD-38612-configuration.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-38612/E-GEOD-38612-configuration.xml’ | |
‘/nfs/public/ro/fg/atlas/experiments/E-GEOD-38612/E-GEOD-38612-factors.xml’ -> ‘/nfs/production3/ma/home/atlas3-production/analysis/baseline/rna-seq/experiments/E-GEOD-38612/E-GEOD-38612-factors.xml’ | |
[fg_atlas@ebi-cli-001 analysis_archive]$ pwd | |
/nfs/production3/ma/home/atlas3-production/analysis_archive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment