Difference between revisions of "WormBase-Caltech Weekly Calls"

From WormBaseWiki
Jump to navigationJump to search
 
Line 1: Line 1:
 +
= Previous Years =
 +
 
[[WormBase-Caltech_Weekly_Calls_2009|2009 Meetings]]
 
[[WormBase-Caltech_Weekly_Calls_2009|2009 Meetings]]
  
Line 5: Line 7:
 
[[WormBase-Caltech_Weekly_Calls_2012|2012 Meetings]]
 
[[WormBase-Caltech_Weekly_Calls_2012|2012 Meetings]]
  
 +
[[WormBase-Caltech_Weekly_Calls_2013|2013 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2014|2014 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2015|2015 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2016|2016 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2017|2017 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2018|2018 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2019|2019 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2020|2020 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2021|2021 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2022|2022 Meetings]]
 +
 +
[[WormBase-Caltech_Weekly_Calls_2023|2023 Meetings]]
 +
 +
 +
==March 14, 2024==
 +
 +
=== TAGC debrief ===
 +
 +
==February 22, 2024==
 +
 +
===NER with LLMs===
 +
 +
* Wrote scripts and configured an LLM for Named Entity Recognition. Trained an LLM on gene names and diseases. Works well so far (F1 ~ 98%, Accuracy ~ 99.9%)
 +
 +
* Is this similar to the FlyBase system? Recording of presentation  https://drive.google.com/drive/folders/1S4kZidL7gvBH6SjF4IQujyReVVRf2cOK
  
2013 Meetings
+
* Textpresso server is kaput. Services need to be transferred onto Alliance servers.
  
 +
* There are features on Textpresso, such as link to PDF, that are desirable to curators but should be blocked from public access.
  
[[WormBase-Caltech_Weekly_Calls_January_2013|January]]
+
* Alliance curation status form development needs use cases. ref https://wiki.wormbase.org/index.php/WormBase-Caltech_Weekly_Calls#February_15.2C_2024
  
[[WormBase-Caltech_Weekly_Calls_February_2013|February]]
 
  
[[WormBase-Caltech_Weekly_Calls_March_2013|March]]
 
  
[[WormBase-Caltech_Weekly_Calls_April_2013|April]]
+
==February 15, 2024==
  
[[WormBase-Caltech_Weekly_Calls_May_2013|May]]
+
=== Literature Migration to the Alliance ABC ===
 +
==== Use Cases for Searches and Validation in the ABC (or, what are your common actions in the curation status form)? ====
 +
===== Find papers with a high confidence NN classification for a given topic that have also been flagged positive by an author in a community curation pipeline and that haven’t been curated yet for that topic =====
 +
*Facet for topic
 +
*Facet for automatic assertion
 +
**neural network method
 +
*Facet for confidence level
 +
**High
 +
*Facet for manual assertion
 +
**author assertion
 +
***ACKnowledge method
 +
**professional biocurator assertion
 +
***curation tools method - NULL
  
[[WormBase-Caltech_Weekly_Calls_June_2013|June]]
+
===== Manually validate paper - topic flags without curating =====
 +
*Facet for topic
 +
*Facet for manual assertion
 +
**professional biocurator assertion
 +
***ABC - no data
  
[[WormBase-Caltech_Weekly_Calls_July_2013|July]]
+
===== View all topic and entity flags for a given paper and validate, if needed =====
 +
* Search ABC with paper identifier
 +
* Migrate to Topic and Entity Editor
 +
* View all associated data
 +
* Manually validate flags, if needed
  
 +
=== PDF Storage ===
 +
* At the Alliance PDFs will be stored in Amazon s3
 +
* We are not planning to formally store back-up copies elsewhere
 +
* Is this okay with everyone?
  
= August 1, 2013 =
+
==February 8, 2024==
 +
* TAGC
 +
** Prominent announcement on the Alliance home page?
  
Quarterly Progress Reports
+
* Fixed login on dockerized system (dev). Can everybody test their forms?
*Capturing curation stats from the Curation Status form
 
*What data types do we want to capture curation stats for that we are not currently?
 
*We have frequent database dumps that can be read for stats
 
*We can capture the stats table statically on a regular basis (daily)
 
** form at http://tazendra.caltech.edu/~postgres/cgi-bin/curation_status.cgi
 
** cronjob to get data from "Curation Statistics Page" button at
 
** /home/acedb/cron/curation_stats/get_daily_curation_stats.pl
 
** deposits files every day at 5am to :
 
** /home/acedb/cron/curation_stats/files/
 
  
RNA-Seq and Tiling Array data
+
==February 1, 2024==
*Data in SPELL
+
* Paul will ask Natalia to take care of pending reimbursements
*Wen found a lot more non modENCODE data sets
+
* Dockerized system slow pages (OA and FPKMMine). Will monitor these pages in the future. Will look for timeouts in the nginx logs.
*May use SVM for expression cluster data
 
*Gene IDs can be found from original paper or data set
 
*Up-to-date mapping to genes is not currently done
 
  
 +
==January 25, 2024==
  
AMIGO2 (Wormbase Ontology Browser)
+
=== Curator Info on Curation Forms ===
*Raymond and Juancarlos have taken AMIGO2 infrastructure to make an ontology browser for integration into WormBase
+
* Saving curator info using cookies in dockerized forms. Can we deploy to prod?
*GO Term [http://mangolassi.caltech.edu/~azurebrd/cgi-bin/testing/amigo/wobr/amigo.cgi focus page demo]
 
*Graph view shows path to root (DAG view)
 
*Inferred tree view shows:
 
**Ancestor terms, no annotation numbers
 
**Main term and children, with annotation numbers (inferred, term and descendant annotations)
 
**Annotation numbers link to list of genes
 
**Will not show "direct" annotations, only inferred
 
*Sibling term displays: list parents with option to expand to see siblings of the main term
 
*Separate [http://mangolassi.caltech.edu/~azurebrd/cgi-bin/testing/amigo/wobr/treeExpand.cgi expandable/collapsible tree] of ontology ("Browse entire ontology")
 
*Widget can be coded to integrate the ontology browser
 
  
 +
=== ACKnowledge Author Request - WBPaper00066091 ===
 +
* I am more than willing to assist; however, the task exceeds the capabilities of the normal flagging process.
  
Paper Categorization
+
* The paper conducts an analysis of natural variations within 48 wild isolates. To enhance the reliability of the variant set, I utilized the latest variant calling methods along with a custom filtering approach. The resulting dataset comprises 1,957,683 unique variants identified using Clair3. Additionally, Sniffles2 was used to identify indels of >30 bp, which numbered in the thousands to tens of thousands for most wild isolates. It is worth noting that variants identified with Sniffles2 have less reliable nucleotide positions in the genome.
*Word frequency
 
**We chose papers from the Author First Pass (AFP) list with 'stress'
 
**About 40 papers in list, varied topics ('stress' is a broad term)
 
**Curation essentially now complete for most data types
 
**Expanding beyond AFP?
 
*Chris will draw up preliminary tree of topics and send around
 
**We can discuss, edit, and expand as a group
 
**We want to 1) Collect positive and negative training papers and 2) Manually generate a list of key words to use for training
 
*Todd proposes for paper pages on WormBase:
 
**Show a table of flagged data types for a paper?
 
**Give users a sense of where paper is in the curation pipeline
 
  
 +
* I am reaching out to inquire whether WormBase would be interested in incorporating this dataset. An argument in favor is the higher quality of my data. However, I am mindful of the potential substantial effort involved for WormBase, and it is unclear whether this aligns with your priorities.
  
 +
* Should WormBase decide to use my variant data set, I am more than willing to offer my assistance.
  
= August 8, 2013 =
+
=== Update on NN Classification via the Alliance ===
 +
* Use of primary/not primary/not designated flag to filter papers
 +
* Secondary filter on papers with at least C. elegans as species
 +
* Finalize sources (i.e. evidence) for entity and topic tags on papers
 +
* Next NN clasification scheduled for ~March
  
New Spica now has a closed (private) 'citace' account
+
* We decided to process all papers (even non-elegans species) and have filters on species after processing.
*citpub account is accessible to everyone with password
+
* NNC html pages will show NNC values together with species.
*People can create their own spica accounts
+
* Show all C. elegans papers first and other species in a separate bin.
*Personal accounts are encouraged so as to avoid saving changes to citpub database
 
  
 +
=== Travel Reimbursements ===
 +
* Still waiting on October travel reimbursement (Kimberly)
 +
* Still waiting on September and October travel reimbursements (Wen)
  
Worm Ontology Browser
+
=== UniProt ===
*Raymond has set up a server
+
* Jae found some genes without uniProt IDs, but the genes are there on uniProt but without WBGene IDs.
*Browsing should be faster now
+
* Wen reached to Stavros and Chris to investigate WormBase and AGR angles.
*Should be transferable to the Amazon cloud
+
* Stavros escalates the issue on Hinxton Standup.
*Raymond will establish a WormBase development environment
+
* Mark checks Build scripts and WS291 results. After that, he contacted UniProt and he's working with them to figure this out.
  
 +
==January 18, 2024==
 +
* OA showing different names highlighted when logging in the OA, now fixed on staging
  
Curation priorities
 
*Paper categorization
 
*Depth vs breadth of topics (number of papers?)
 
**'Stress' has been a pilot topic, but is a very broad topic
 
**Will work on generating subcategories of 'Stress' on the [http://wiki.wormbase.org/index.php/WormBase_Paper_Categorization Paper Categorization Wiki] page
 
**Curators can analyze the Author First Pass list of 'Stress' papers as well as entire backlog/corpus
 
*Goals of 'covering' a topic?
 
**'Complete' and vetted process page, Wikipathway
 
**Promote 'featured processes' on WormBase for a given release
 
*We should collect positive and negative papers (for a given topic) for SVM training
 
  
 +
==January 11, 2024==
 +
* Duplicate function in OA was not working when using special characters. Valerio debugged and is now fixed.
 +
** Curators should make sure that, when pasting special characters, the duplicate function works
 +
* OA showing different names highlighted when logging in the OA, Valerio will debug and check what IP address he sees
 +
** If you want to bookmark an OA url for your datatype and user, log on once, and bookmark that page (separately for prod and dev)
 +
* Chris tested on staging and production the phenotype form and the data are still going to tazendra
 +
** Chris will check with Paulo. Once it is resolved we need to take everything that is on tazendra and put it on the cloud with different PGIDs
 +
** Raymond: simply set up forwarding at our end?
 +
* AI working group: Valerio is setting up a new account for open AI -paid membership for ChatGPT4. We can also use Microsoft Edge copilot (temporary?)
 +
* Chris getting ready to deploy a 7.0.0. public release - February 7th. Carol wanted to push out monthly releases. This will include WS291. For subsequent releases the next several releases will be WS 291 until WS292 is available.
 +
* Valerio would like to use an alliancegenome.org email address for the openAI account
 +
* New alliance drive: https://drive.google.com/drive/folders/0AFkMHZOEQxolUk9PVA
 +
** note: please move shared files that you own to new Alliance Google Drive.  Here is the link to the information that Chris Mungall sent:  For more instructions see the video and SOP here:https://agr-jira.atlassian.net/browse/SCRUM-925?focusedCommentId=40674
 +
* Alliance logo and 50 word description for TAGC> Wen will talk to the outreach WG
 +
* Name server. Manuel working on this, Daniela and Karen will reach out to him and let him know that down the road micropublication would like to use the name server API to generate IDs in bulk
 +
* Karen asking about some erroneous IDs used in the name server. Stavros says that this is not a big deal because the "reason" is not populating the name server
 +
* It would be good to be able to have a form to capture additional fields for strains and alleles (see meeting minutes August 31st 2023. https://wiki.wormbase.org/index.php/WormBase-Caltech_Weekly_Calls_2023#August_31st.2C_2023). This may happen after Manuel is done with the authentication.
 +
* Michael: primary flag with Alliance. Kimberly talked about this with the blue team. They will start bringing that over all papers and fix the remaining 271 items later.
  
Curator's should check CGIs
+
==January 4, 2024==
*Submission forms and other CGIs may have been altered
+
* ACKnowlegde pipeline help desk question:
 +
** Help Desk: Question about Author Curation to Knowledgebase (Zeng Wanxin) [Thu 12/14/2023 5:48 AM]
 +
* Citace upload, current deadline: Tuesday January 9th
 +
** All processes (dumps, etc.) will happen on the cloud machine
 +
** Curators need to deposit their files in the appropriate locations for Wen
 +
* Micropublication pipeline
 +
** Ticketing system confusion
 +
** Karen and Kimberly paper ID pipeline; may need sorting out of logistics

Latest revision as of 18:18, 14 March 2024

Previous Years

2009 Meetings

2011 Meetings

2012 Meetings

2013 Meetings

2014 Meetings

2015 Meetings

2016 Meetings

2017 Meetings

2018 Meetings

2019 Meetings

2020 Meetings

2021 Meetings

2022 Meetings

2023 Meetings


March 14, 2024

TAGC debrief

February 22, 2024

NER with LLMs

  • Wrote scripts and configured an LLM for Named Entity Recognition. Trained an LLM on gene names and diseases. Works well so far (F1 ~ 98%, Accuracy ~ 99.9%)
  • Textpresso server is kaput. Services need to be transferred onto Alliance servers.
  • There are features on Textpresso, such as link to PDF, that are desirable to curators but should be blocked from public access.


February 15, 2024

Literature Migration to the Alliance ABC

Use Cases for Searches and Validation in the ABC (or, what are your common actions in the curation status form)?

Find papers with a high confidence NN classification for a given topic that have also been flagged positive by an author in a community curation pipeline and that haven’t been curated yet for that topic
  • Facet for topic
  • Facet for automatic assertion
    • neural network method
  • Facet for confidence level
    • High
  • Facet for manual assertion
    • author assertion
      • ACKnowledge method
    • professional biocurator assertion
      • curation tools method - NULL
Manually validate paper - topic flags without curating
  • Facet for topic
  • Facet for manual assertion
    • professional biocurator assertion
      • ABC - no data
View all topic and entity flags for a given paper and validate, if needed
  • Search ABC with paper identifier
  • Migrate to Topic and Entity Editor
  • View all associated data
  • Manually validate flags, if needed

PDF Storage

  • At the Alliance PDFs will be stored in Amazon s3
  • We are not planning to formally store back-up copies elsewhere
  • Is this okay with everyone?

February 8, 2024

  • TAGC
    • Prominent announcement on the Alliance home page?
  • Fixed login on dockerized system (dev). Can everybody test their forms?

February 1, 2024

  • Paul will ask Natalia to take care of pending reimbursements
  • Dockerized system slow pages (OA and FPKMMine). Will monitor these pages in the future. Will look for timeouts in the nginx logs.

January 25, 2024

Curator Info on Curation Forms

  • Saving curator info using cookies in dockerized forms. Can we deploy to prod?

ACKnowledge Author Request - WBPaper00066091

  • I am more than willing to assist; however, the task exceeds the capabilities of the normal flagging process.
  • The paper conducts an analysis of natural variations within 48 wild isolates. To enhance the reliability of the variant set, I utilized the latest variant calling methods along with a custom filtering approach. The resulting dataset comprises 1,957,683 unique variants identified using Clair3. Additionally, Sniffles2 was used to identify indels of >30 bp, which numbered in the thousands to tens of thousands for most wild isolates. It is worth noting that variants identified with Sniffles2 have less reliable nucleotide positions in the genome.
  • I am reaching out to inquire whether WormBase would be interested in incorporating this dataset. An argument in favor is the higher quality of my data. However, I am mindful of the potential substantial effort involved for WormBase, and it is unclear whether this aligns with your priorities.
  • Should WormBase decide to use my variant data set, I am more than willing to offer my assistance.

Update on NN Classification via the Alliance

  • Use of primary/not primary/not designated flag to filter papers
  • Secondary filter on papers with at least C. elegans as species
  • Finalize sources (i.e. evidence) for entity and topic tags on papers
  • Next NN clasification scheduled for ~March
  • We decided to process all papers (even non-elegans species) and have filters on species after processing.
  • NNC html pages will show NNC values together with species.
  • Show all C. elegans papers first and other species in a separate bin.

Travel Reimbursements

  • Still waiting on October travel reimbursement (Kimberly)
  • Still waiting on September and October travel reimbursements (Wen)

UniProt

  • Jae found some genes without uniProt IDs, but the genes are there on uniProt but without WBGene IDs.
  • Wen reached to Stavros and Chris to investigate WormBase and AGR angles.
  • Stavros escalates the issue on Hinxton Standup.
  • Mark checks Build scripts and WS291 results. After that, he contacted UniProt and he's working with them to figure this out.

January 18, 2024

  • OA showing different names highlighted when logging in the OA, now fixed on staging


January 11, 2024

  • Duplicate function in OA was not working when using special characters. Valerio debugged and is now fixed.
    • Curators should make sure that, when pasting special characters, the duplicate function works
  • OA showing different names highlighted when logging in the OA, Valerio will debug and check what IP address he sees
    • If you want to bookmark an OA url for your datatype and user, log on once, and bookmark that page (separately for prod and dev)
  • Chris tested on staging and production the phenotype form and the data are still going to tazendra
    • Chris will check with Paulo. Once it is resolved we need to take everything that is on tazendra and put it on the cloud with different PGIDs
    • Raymond: simply set up forwarding at our end?
  • AI working group: Valerio is setting up a new account for open AI -paid membership for ChatGPT4. We can also use Microsoft Edge copilot (temporary?)
  • Chris getting ready to deploy a 7.0.0. public release - February 7th. Carol wanted to push out monthly releases. This will include WS291. For subsequent releases the next several releases will be WS 291 until WS292 is available.
  • Valerio would like to use an alliancegenome.org email address for the openAI account
  • New alliance drive: https://drive.google.com/drive/folders/0AFkMHZOEQxolUk9PVA
  • Alliance logo and 50 word description for TAGC> Wen will talk to the outreach WG
  • Name server. Manuel working on this, Daniela and Karen will reach out to him and let him know that down the road micropublication would like to use the name server API to generate IDs in bulk
  • Karen asking about some erroneous IDs used in the name server. Stavros says that this is not a big deal because the "reason" is not populating the name server
  • It would be good to be able to have a form to capture additional fields for strains and alleles (see meeting minutes August 31st 2023. https://wiki.wormbase.org/index.php/WormBase-Caltech_Weekly_Calls_2023#August_31st.2C_2023). This may happen after Manuel is done with the authentication.
  • Michael: primary flag with Alliance. Kimberly talked about this with the blue team. They will start bringing that over all papers and fix the remaining 271 items later.

January 4, 2024

  • ACKnowlegde pipeline help desk question:
    • Help Desk: Question about Author Curation to Knowledgebase (Zeng Wanxin) [Thu 12/14/2023 5:48 AM]
  • Citace upload, current deadline: Tuesday January 9th
    • All processes (dumps, etc.) will happen on the cloud machine
    • Curators need to deposit their files in the appropriate locations for Wen
  • Micropublication pipeline
    • Ticketing system confusion
    • Karen and Kimberly paper ID pipeline; may need sorting out of logistics