We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For arc-validates CvParam approach, we need a new parser that only takes CvParams instead of CvParams and some CvParams already parsed into CvContainers. Therefore, the parser functions in https://github.com/nfdi4plants/ArcGraphModel/blob/main/src/ArcGraphModel.IO/ISA/Worksheet.fs need to be updated for using convertTokens function instead of parseLine.
convertTokens
parseLine
The text was updated successfully, but these errors were encountered:
Update worksheet tokenization functions
9c3fe89
Closes #16.
Merge pull request #17 from nfdi4plants/feature-newIOParser-#16
6ccf979
#16 New IO parser(s)
omaus
Successfully merging a pull request may close this issue.
For arc-validates CvParam approach, we need a new parser that only takes CvParams instead of CvParams and some CvParams already parsed into CvContainers. Therefore, the parser functions in https://github.com/nfdi4plants/ArcGraphModel/blob/main/src/ArcGraphModel.IO/ISA/Worksheet.fs need to be updated for using
convertTokens
function instead ofparseLine
.The text was updated successfully, but these errors were encountered: