diff fastx_barcode_splitter_galaxy_wrapper.sh @ 6:51e098891465 draft

planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/fastx_barcode_splitter_enhanced commit e6a486662201362134119c0ddc7151b8dd181ebd
author lparsons
date Tue, 27 Oct 2015 11:46:21 -0400
parents 80e84db1c392
children 06ebd94d80ae
line wrap: on
line diff
--- a/fastx_barcode_splitter_galaxy_wrapper.sh	Thu Oct 22 15:40:57 2015 -0400
+++ b/fastx_barcode_splitter_galaxy_wrapper.sh	Tue Oct 27 11:46:21 2015 -0400
@@ -82,7 +82,7 @@
 # with the local path replaces with a valid URL
 #HTMLSUMMARY=${PREFIX}stats_visible_html
 echo "<html><body><table border=1>"
-echo "$RESULTS" | sed "s|$BASEPATH\\(.*\\)|<a href=\"\\1\">\\1<\\a>|" | \
-perl -n -i -e '$_ =~ s|\t|</td><td>|g; print "<tr><td>\n$_</td></tr>\n"'
+echo "$RESULTS" | sed "s|$BASEPATH\\(.*\\)|<a href=\"\\1\">\\1</a>|" | \
+perl -n -e '$_ =~ s|\t|</td><td>|g; print "<tr><td>\n$_</td></tr>\n"'
 echo "<p>"
 echo "</table></body></html>"