We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e925559 commit 50d0d04Copy full SHA for 50d0d04
tests/test_writer_loader.py
@@ -92,7 +92,7 @@ def test_write_load_batched_target_bam(self):
92
'score': [".", "."],
93
'strand': ["+", "+"]
94
})
95
- huge_coords = pd.concat([coords] * 6000, axis=0).reset_index()
+ huge_coords = pd.concat([coords] * 6001, axis=0).reset_index()
96
dump_data_webdataset(huge_coords,
97
genome_fasta='data/sample.fa',
98
bigwig_filelist=['data/sample.bw'],
0 commit comments