Skip to content

Commit

Permalink
fix path to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 18, 2025
1 parent fd670f5 commit 8fb98cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .planemo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# 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
cp pydeeptools/deeptools/test/test_heatmapper/test.bw galaxy/wrapper/test-data/test.bw

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

0 comments on commit 8fb98cd

Please sign in to comment.