David Waring

Results 16 comments of David Waring

Similarly to #25, I updated the `url` command to use the `hasUrl:true` filter in the `user.tasks.getTask` function to reduce the number of tasks fetched from the API when trying to...

Thanks for pointing this out. It looks like I introduced this bug in the last update. With a flag present but no command given, it doesn't start the interactive mode...

@lukasmueller @nmenda This is still a problem. It is still possible to upload a file of seedlots using plot names, which causes a lot of problems later on (when uploading...

@titima15 Have you started working on this? If not, I've started working on a [Generic Data File Parser](https://github.com/solgenomics/sgn/issues/4975) that would support csv, tab-delimited, and excel files that could be used...

@titima15 Sorry, I should have started this sooner! The file parser is working now, I've just updated the locations upload as an example (in the topic/generic_file_parser branch). Would you like...

@titima15 Great, here is the [Location upload](https://github.com/solgenomics/sgn/blob/topic/generic_file_parser/lib/CXGN/Location/ParseUpload/Plugin/LocationsGeneric.pm) I just converted if you want to use that as an example. Let me know if you have any questions using it.