Skip to content
Snippets Groups Projects
Commit 1f5f23e3 authored by tpylak's avatar tpylak
Browse files

LMS-1072 minor YeastX: script to prepare test data

SVN: 12057
parent eb0597be
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Tomasz Pylak, CISD
# This script copies the set of test datasets to the new folder, skipping the .svn directories
rm -fr incoming-clean
mkdir incoming-clean
cp -R incoming incoming-clean
find incoming-clean -name .svn -exec rm -fr {} \;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment