Closed sbesson closed 4 years ago
Follow-up of #16, this fixes the calculation of the Sets column to use the return of the query.
Sets
Previously, the value of nexpected was used which corresponds to the number of rows in the filePaths.tsv or plates.tsv- see https://github.com/IDR/idr.openmicroscopy.org/pull/93. This PR updates the script to use the query returning the number of datasets in the project or plates in the screen - see https://github.com/IDR/idr.openmicroscopy.org/pull/94/commits/043e3669b6e33022ce0582c4b4d07e6c3a7b57ab.
nexpected
filePaths.tsv
plates.tsv
Looks good to me 👍
Follow-up of #16, this fixes the calculation of the
Sets
column to use the return of the query.Previously, the value of
nexpected
was used which corresponds to the number of rows in thefilePaths.tsv
orplates.tsv
- see https://github.com/IDR/idr.openmicroscopy.org/pull/93. This PR updates the script to use the query returning the number of datasets in the project or plates in the screen - see https://github.com/IDR/idr.openmicroscopy.org/pull/94/commits/043e3669b6e33022ce0582c4b4d07e6c3a7b57ab.