Skip to content

Commit

Permalink
Remove symlink before testing, planemo doesn't handle that.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Jun 7, 2018
1 parent 295a311 commit a6d6329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .planemo.sh
@@ -1,6 +1,10 @@
#!/bin/bash
planemo=$HOME/miniconda/envs/planemo/bin/planemo

# Some versions of planemo don't handle symlinks
unlink galaxy/wrapper/test-data/test.bw
cp deeptools/test/test_heatmapper/test.bw galaxy/wrapper/test-data/test.bw

if [[ $1 == "1" ]] ; then
wrappers="galaxy/wrapper/alignmentSieve.xml \
galaxy/wrapper/bamCompare.xml \
Expand Down

0 comments on commit a6d6329

Please sign in to comment.