Mercurial > repos > geco-team > gmql_auth
annotate test-data/map1.gmql_query @ 0:cbaa7a012914 draft default tip
planemo upload for repository https://github.com/lu-brn/gmql-galaxy commit 953ee36ceda5814dc9baa03427bc0eb4ee2e93bd-dirty
| author | geco-team | 
|---|---|
| date | Tue, 26 Jun 2018 08:57:55 -0400 | 
| parents | |
| children | 
| rev | line source | 
|---|---|
| 
0
 
cbaa7a012914
planemo upload for repository https://github.com/lu-brn/gmql-galaxy commit 953ee36ceda5814dc9baa03427bc0eb4ee2e93bd-dirty
 
geco-team 
parents:  
diff
changeset
 | 
1 IN = SELECT () Example_Dataset_1 ; | 
| 
 
cbaa7a012914
planemo upload for repository https://github.com/lu-brn/gmql-galaxy commit 953ee36ceda5814dc9baa03427bc0eb4ee2e93bd-dirty
 
geco-team 
parents:  
diff
changeset
 | 
2 IN2 = SELECT () Example_Dataset_2 ; | 
| 
 
cbaa7a012914
planemo upload for repository https://github.com/lu-brn/gmql-galaxy commit 953ee36ceda5814dc9baa03427bc0eb4ee2e93bd-dirty
 
geco-team 
parents:  
diff
changeset
 | 
3 OUT = MAP (avg_score AS AVG(score), min_score AS MIN(score), chr_list AS BAG(chr); count_name: mapped_n; joinby: cell_tissue) IN IN2; | 
