Mercurial > repos > yhoogstrate > edger_with_design_matrix
comparison tool_dependencies.xml @ 92:86c3aaa205b5 draft
Added bedgraph exporting function for the DGE tables
author | yhoogstrate |
---|---|
date | Fri, 13 Mar 2015 05:45:09 -0400 |
parents | c81da57fff20 |
children | aef2ea94533b |
comparison
equal
deleted
inserted
replaced
91:c81da57fff20 | 92:86c3aaa205b5 |
---|---|
40 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | 40 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> |
41 </action> | 41 </action> |
42 </actions> | 42 </actions> |
43 </install> | 43 </install> |
44 </package> | 44 </package> |
45 | |
46 <package name="edger_dge_table_to_bedgraph" version="1.0.0"> | |
47 <install version="1.0"> | |
48 <actions> | |
49 <action type="shell_command">mkdir $INSTALL_DIR/bin ; cp $REPOSITORY_INSTALL_DIR/edger_dge_table_to_bedgraph $INSTALL_DIR/bin/</action> | |
50 <action type="chmod"> | |
51 <file mode="755">$INSTALL_DIR/bin/edger_dge_table_to_bedgraph</file> | |
52 </action> | |
53 <action type="set_environment"> | |
54 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
55 <environment_variable action="prepend_to" name="PATH">$REPOSITORY_INSTALL_DIR</environment_variable> | |
56 </action> | |
57 </actions> | |
58 </install> | |
59 </package> | |
45 </tool_dependency> | 60 </tool_dependency> |