Skip to content

Commit

Permalink
Fix xml, which was already done in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Oct 18, 2016
1 parent 03a2f4f commit 9271632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion galaxy/wrapper/plotCorrelation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<param name="whatToPlot" value="scatterplot" />
<param name="removeOutliers" value="True" />
<param name="plotTitle" value="Test Plot" />
<output name="outFileName" file="plotCorrelation_result2.png" ftpye="png" compare="sim_size" delta="300" />
<output name="outFileName" file="plotCorrelation_result2.png" ftype="png" compare="sim_size" delta="300" />
</test>
</tests>
<help>
Expand Down
4 changes: 2 additions & 2 deletions galaxy/wrapper/plotPCA.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
<param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" />
<param name="plotTitle" value="Test Plot" />
<param name="outFileFormat" value="png" />
<output name="outFileName" file="plotPCA_result1.png" ftpye="png" compare="sim_size" delta="4000" />
<output name="outFileName" file="plotPCA_result1.png" ftype="png" compare="sim_size" delta="4000" />
</test>
<test>
<param name="corData" value="multiBamSummary_result2.npz" ftype="deeptools_coverage_matrix" />
<param name="plotTitle" value="Test Plot" />
<param name="outFileFormat" value="png" />
<param name="outFileNameData" value="True" />
<output name="outFileName" file="plotPCA_result2.png" ftpye="png" compare="sim_size" delta="4000" />
<output name="outFileName" file="plotPCA_result2.png" ftype="png" compare="sim_size" delta="4000" />
<output name="output_outFileNameData" file="plotPCA_result2.tabular" ftype="tabular" />
</test>
</tests>
Expand Down

0 comments on commit 9271632

Please sign in to comment.