Skip to content

Commit

Permalink
Fixed span0to1.sh converter script, add fragment: auto.
Browse files Browse the repository at this point in the history
  • Loading branch information
olegs committed Apr 22, 2020
1 parent 856c69e commit c0f2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert0to1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ then
fi;


sed -E 's/ "path":/ "treatment":/g;s/ "version": [0-9]+/ "version": 3/;/ "bin_size": /a\ "fit.information.fqn": "org.jetbrains.bio.experiments.fit.Span1AnalyzeFitInformation",' -i "$SPAN_TMP_INFO"
sed -E 's/ "path":/ "treatment":/g;s/ "version": [0-9]+/ "version": 3/;/ "bin_size": /a\ "fragment": "auto",\n "fit.information.fqn": "org.jetbrains.bio.experiments.fit.Span1AnalyzeFitInformation",' -i "$SPAN_TMP_INFO"

if [ $# -ge 2 ];
then
Expand Down

0 comments on commit c0f2160

Please sign in to comment.