Skip to content
New issue

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

feat: added ophys_procedure py and json #700

Merged
merged 20 commits into from
Jan 26, 2024

Conversation

micahwoodard
Copy link
Contributor

closes #660

  • Added ophys_procedure .py and ophys_procedure.json

@micahwoodard micahwoodard marked this pull request as draft January 9, 2024 23:51
@dyf dyf requested review from dyf and saskiad and removed request for dyf January 10, 2024 17:56
@dyf
Copy link
Member

dyf commented Jan 10, 2024

This looks good to me - @saskiad ?

@micahwoodard
Copy link
Contributor Author

Oh wait no I'm not done yet this is still just a draft! I need to get info from Kenta or Bryan about how to fill in the procedure for the ophys stuff. Right now the ophys_procedure.py is just a copy of procedure.py for reference.

@dyf
Copy link
Member

dyf commented Jan 11, 2024

Oh wait no I'm not done yet this is still just a draft! I need to get info from Kenta or Bryan about how to fill in the procedure for the ophys stuff. Right now the ophys_procedure.py is just a copy of procedure.py for reference.

Ah okay, sorry I jumped the gun :)

@micahwoodard
Copy link
Contributor Author

Used past procedure json from Bryan and added immunology data
procedures_672640 (1) 1.json

@micahwoodard micahwoodard marked this pull request as ready for review January 11, 2024 19:14
Copy link
Collaborator

@saskiad saskiad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great start! There are a few places where things are in wonky places. Let me know if you have questions.

@micahwoodard
Copy link
Contributor Author

I believe I correctly changed some of the wonky things to make more sense. The only thing I'm not sure on is how to correctly format the rrid field of antibody class

@saskiad saskiad self-requested a review January 17, 2024 03:57
@micahwoodard
Copy link
Contributor Author

@saskiad Is this any better or still not exactly how to use Registry.RRID? I ran into requirement issues with rrid=PIDName(registry = Registry.RRID, registry_identifier= "ab13970")

@saskiad
Copy link
Collaborator

saskiad commented Jan 23, 2024

@saskiad Is this any better or still not exactly how to use Registry.RRID? I ran into requirement issues with rrid=PIDName(registry = Registry.RRID, registry_identifier= "ab13970")

see comments in thread above this. (Also as a note, I get so many github notifications in my inbox that I rarely see real ones, so maybe ping me on teams if there is something you need me to look at)

"addgene_id": {
"name": "62723-AAV5",
"abbreviation": null,
"registry": null,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the registry needs to be Addgene

material_type="Virus",
name="AAV2/1-Syn-Flex-ChrimsonR-tdT",
addgene_id=PIDName(
name="62723-AAV5",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is missing a Registry - needs to be Addgene

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah, it's the same thing - but this is the place to fix it

Copy link
Collaborator

@saskiad saskiad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple of places missing Registry

@micahwoodard micahwoodard requested a review from saskiad January 25, 2024 22:48
@jtyoung84 jtyoung84 merged commit 189fe86 into main Jan 26, 2024
6 checks passed
@jtyoung84 jtyoung84 deleted the feat-660-ophys-procedure-example branch January 26, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add example for ophys team to generate Procedures metadata
4 participants