Mercurial > repos > iuc > macs2
comparison macs2_callpeak.xml @ 6:2119d851a53b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/macs2 commit df97bfd630719a2e1d4e11d67960753184afa238
author | iuc |
---|---|
date | Tue, 11 Apr 2017 17:46:41 -0400 |
parents | beb902da6e5f |
children | f5d67c722d67 |
comparison
equal
deleted
inserted
replaced
5:beb902da6e5f | 6:2119d851a53b |
---|---|
93 count=`ls -1 MACS2* 2>/dev/null | wc -l`; | 93 count=`ls -1 MACS2* 2>/dev/null | wc -l`; |
94 if [ \$count != 0 ]; | 94 if [ \$count != 0 ]; |
95 then | 95 then |
96 mkdir '${ output_extra_files.files_path }' && | 96 mkdir '${ output_extra_files.files_path }' && |
97 cp MACS2* '${ output_extra_files.files_path }' && | 97 cp MACS2* '${ output_extra_files.files_path }' && |
98 python '$__tool_direcotry__/dir2html.py' | 98 python '$__tool_directory__/dir2html.py' |
99 '${ output_extra_files.files_path }' $temp_stderr > '${ output_extra_files }' | 99 '${ output_extra_files.files_path }' $temp_stderr > '${ output_extra_files }' |
100 fi; | 100 fi; |
101 ) | 101 ) |
102 #end if | 102 #end if |
103 && | 103 && |