You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// sparseMatrix is a sparse representation of the sheet table, with the first part of the key being the column header and the second part being a zero based row index
match Spreadsheet.tryGetWorksheetPartBySheetName sheetName doc with
@@ -148,8 +144,6 @@ module Assay =
148
144
)
149
145
|> fromSparseMatrices // Feed the sheets (represented as sparse matrices) into the assay parser function
150
146
151
-
factors,
152
-
protocols |> Seq.toList,
153
147
contacts,
154
148
API.Update.UpdateByExisting.updateRecordType assayMetaData assay // Merges the assay containing the assay meta data and the assay containing the processes retrieved from the sheets
Copy file name to clipboardExpand all lines: src/ISADotNet.XLSX/StudyFile/Study.fs
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -25,25 +25,24 @@ module Study =
25
25
///
26
26
/// sparseMatrix is a sparse representation of the sheet table, with the first part of the key being the column header and the second part being a zero based row index
/// If the process implements the given characteristic, return the list of input files together with their according characteristic values of this characteristic
/// If the processes contain a process implementing the given parameter, return the list of input files together with their according parameter values of this parameter
0 commit comments