phnmnl / wft4galaxy

Testing module for Galaxy workflows
Other
10 stars 4 forks source link

First working version of CSV equal number of rows and columns and test. #10

Closed pcm32 closed 7 years ago

pcm32 commented 7 years ago

This PR adds a comparator for CSV files, to check that expected and actual files have both the same number of columns and rows. This will be used initially for the fluxomics workflow, where some stochastic optimisation processes yield different results in terms of flux values, but could be useful for other workflows in the future. Includes a test for the comparator, which is currently passing fine.

@ilveroluca @kikkomep please take a look and merge if satisfied.