Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Sep 29, 2023
1 parent 235ea8a commit 72a16c1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/genenotebook/genenotebook_build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,15 @@
#for exp in $annot.expression:
genoboo add expression @CONNECT_INFO@
#for replica in $exp.replicas:
--sample-description '${exp.sample_description}'
${exp.public}
#for replica in $exp.expression_replicas:
--replicas '${replica.replicas}'
#end for
#for replica_group_name in $exp.expression_replicas_names:
--sample-description '${replica_group_name.replica_names}'
--replica-names '${replica_group_name.replica_names}'
#end for
--sample-description '${exp.sample_description}'
'${exp.public}'
--
'${exp.counts}';
#end for
#end for
Expand Down

0 comments on commit 72a16c1

Please sign in to comment.