Skip to content

Commit d71270e

Browse files
Merge pull request #252 from ARGA-Genomes/rowfinderFix
Row Finder Improvement
2 parents ba49e96 + e254642 commit d71270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rowFinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
continue
3838

3939
print()
40-
print(pd.concat(foundRows))
40+
print(pd.concat(foundRows).T)

0 commit comments

Comments
 (0)