diff --git a/test_data/spatial/puck_collection.txt b/test_data/spatial/puck_collection.txt new file mode 100644 index 00000000..7261b375 --- /dev/null +++ b/test_data/spatial/puck_collection.txt @@ -0,0 +1,4 @@ +puck_id,x_offset,y_offset,z_offset +tile_1,0,0,0 +tile_2,3,0,0 +tile_3,6,0,0 diff --git a/test_data/spatial/tile_1.txt b/test_data/spatial/tile_1.txt new file mode 100644 index 00000000..ce0568da --- /dev/null +++ b/test_data/spatial/tile_1.txt @@ -0,0 +1,5 @@ +cell_bc x_pos y_pos +CATCGTAGAATT 0 0 +GAAGGACTTCAA 0 1 +TATTTGGCACTC 1 0 +CTCTGATTAGGT 1 1 diff --git a/test_data/spatial/tile_2.txt b/test_data/spatial/tile_2.txt new file mode 100644 index 00000000..542a931b --- /dev/null +++ b/test_data/spatial/tile_2.txt @@ -0,0 +1,5 @@ +cell_bc x_pos y_pos +ATTGTACGCATC 0 0 +GACGTGACGGCA 0 1 +TTATTGCGAGAC 1 0 +GTTGCAACTGTA 1 1 diff --git a/test_data/spatial/tile_3.txt b/test_data/spatial/tile_3.txt new file mode 100644 index 00000000..2a4ba301 --- /dev/null +++ b/test_data/spatial/tile_3.txt @@ -0,0 +1,5 @@ +cell_bc x_pos y_pos +AGTAGGGGTGTC 0 0 +AGCAAACTCGGC 0 1 +ATTTTATAGAGT 1 0 +CGGACGATGTGG 1 1