WBConfCall 2023.04.20-Agenda and Minutes

From WormBaseWiki
Revision as of 15:35, 20 April 2023 by Cgrove (talk | contribs)
Jump to navigationJump to search

Agenda and Minutes

New 18 C. elegans wild isolate genomes from Cristian Riccio

  • Sarah sent an email with details on 28th of March to Paul, Todd and Scott.
  • Still awaiting response - do we want these as tier 3 or as SVs wrt N2?
  • Should these be rendered in JBrowse 2?

Help Desk

  • Please double-check any tickets assigned to you and close, if you can
    • My script is using downloads.wormbase.org - Todd replied; will leave open for now in case there's more follow up
    • Hello, could you please reference.... - I'm leaving this open as a reminder to follow-up with Ranjana and Valerio about references for automated descriptions
    • {"readyState": 4,"requestURL": "/rest/widget/variation/WBVar00543472/molecular_details","status": 500,"statusText": "Internal Server Error"} - there are three similar tickets for this issue. Paolo replied on one, but I'm leaving them open in case there's still work to do.
    • The search directory on the top right.... - request to help with search behavior. Todd, Scott, and Paolo have commented.

Links to Alliance


IWM Meeting

  • Planning for the WB workshop; anything to discuss?

AWS credentials

  • WB needs Genes from nameserver, which is on AWS, so need creds or AMI ?
    • TH
      • I will give a post-mortem of the recent credential leak at the next conference call.
      • The preferred and recommended way to do this would be via an assumed role, not dedicated AWS CLI credentials.
      • I think you mean instance? AMIs are images of instances. IMHO a stand-alone instance is overkill, and already have instances available to run a cron.
    • Juancarlos
      • That's great. I don't know much about AWS. If you're able to set up a cronjob to daily
        • java -cp wb-names-export.jar clojure.main -m wormbase.names.export gene genes.csv
      • And put the output genes.csv somewhere web accessible, I think that's all Caltech would need.
      • I don't know much more about it, other than Matt Russell told me to run that (we went back and forth a bunch of times before it worked).
      • Here's a copy of the .jar file
      • Also
        • export WB_DB_URI="datomic:ddb://us-east-1/WSNames/wormbase"
      • And .jar was originally at
        • aws s3 cp s3://wormbase/names/exporter/wb-names-export.jar wb-names-export.jar
    • Thanks, JC! We can make that work from one of our persistent instances. I will look when I return from vacation.