Skip to content

Commit

Permalink
Fix build.xml dir offset for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
liefeld committed Nov 6, 2019
1 parent 3619ba7 commit 1629a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
-->

<project basedir="" default="devReleaseModule" name="STREAM.Plot2DVisualization">
<property name="dirOffset" value="../../common_module_code" />
<property name="dirOffset" value="../common_module_code" />
<import file="${dirOffset}/commontargets.xml" />

<target name="init">
Expand Down
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ categories=SingleCell
commandLine=python /stream/viz2d_command_line.py -m <data.file> -of <output.filename> <percent.neighbor.cells> <perplexity> <color.by> <method> <use.precomputed> <figure.width> <figure.height> <figure.legend.num.columns>

cpuType=any
description=STREAM.FeatureSelection is used to check if there is clear meaningful trajectory pattern via TSNE or UMAP 2-D plots. If so, we can continue the STREAM analysis; If not, go back to previous steps (preprocessing, feature selection and dimension reduction) to modify the parameters.
description=STREAM.Plot2DVisualization is used to check if there is clear meaningful trajectory pattern via TSNE or UMAP 2-D plots. If so, we can continue the STREAM analysis; If not, go back to previous steps (preprocessing, feature selection and dimension reduction) to modify the parameters.
fileFormat=pkl
language=any
minGenePatternVersion=3.9.13
Expand Down

0 comments on commit 1629a02

Please sign in to comment.