Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Oct 2, 2023
1 parent 72a16c1 commit 6bd9e29
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tools/genenotebook/genenotebook_build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,8 @@

<repeat name="expression">
<param name="counts" value="exp.tsv" ftype="tsv" />
<repeat name="expression_replicas">
<param name="replicas" value="1,2" />
</repeat>
<repeat name="expression_replicas_names">
<param name="replica_names" value="ReplicaName1" />
</repeat>
<param name="sample_description" value="Pointless experiment" />
<param name="public" value="true" />
</repeat>
</repeat>
</repeat>
Expand Down Expand Up @@ -289,9 +284,11 @@
<param name="counts" value="exp.tsv" ftype="tsv" />
<repeat name="expression_replicas">
<param name="replicas" value="1,2" />
<param name="replicas" value="3,4" />
</repeat>
<repeat name="expression_replicas_names">
<param name="replica_names" value="ReplicaName1" />
<param name="replica_names" value="ReplicaName2" />
</repeat>
<param name="sample_description" value="Pointless experiment" />
</repeat>
Expand Down

0 comments on commit 6bd9e29

Please sign in to comment.