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

SE-133 YeastX: integration tests additional files

SVN: 12722
parent a96c9fa4
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
# Can be used to test YeastX workflow manually.
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