Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:Fall 7 2022 Nov 21, Fall 8 2022 Dec 5
Description
Follow up on IGBF-3145 (linked):
- Modify the output file format to not wrap any of the fields with quotation marks.
- Modify the code chunk to no longer print out an entire data frame to the final knitted document
- Ensure that the file can "knit" without error
- Create output file in a subdirectory named "output" or whatever.
- Add knitted output (e.g., .html file, but nothing else) to repository, same location as corresponding .Rmd file.
- Ensure that IGB can open the file (investigate command-line options for IGB to speed up development and automate testing)
Attachments
Issue Links
- relates to
-
IGBF-3145 Transfer SL4.0 gene descriptions to SL5.0 annotations
-
- Closed
-
Fixed it. Was using a conventional assignment operator inside a function that was getting used in an "sapply" call. Changed it to "<<-" to ensure that the assignment would affect the enclosing frame and therefore persist after the function returned.
Viewed the file in IGB and it seemed OK. Did not check the functional assignments however.