Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 3 committers (33.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.8%) to scientific vocabulary
Repository
Image-based Profiling Template
Basic Info
Statistics
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 10
- Releases: 2
Metadata Files
README.md
Image-based Profiling Template
This repository was derived from a template repository located at https://github.com/cytomining/profiling-template. The purpose of the repository is to weld together a versioned data processing pipeline with versioned processed output data for a single image-based profiling experiment.
(Derived from this template)
DO THE FOLLOWING AFTER GENERATING A NEW REPO:
- Change the title following the format: "Image-based Profiling for [ProjectName]"
- Fill in all sections below the marker with your project's information
- Either fill out the metadata template or link to your external tracking system
- Note that all discussions related to this dataset should happen in the corresponding GitHub issues
- Delete the instructions (from the top of this document to the marker line below so that the README starts with "Image-based Profiling for [ProjectName]"
Setup
To correctly initialize the repository, we need to perform several manual steps.
Step 0: Create a new repository using this repository as a template
By spinning up a new repo using this repo as a template, you will retain all code, configuration files, computational environments, and directory structure that a standard image-based profiling workflow expects and produces.
Step 1: Fork the profiling-recipe repo
We first want to fork the official profiling recipe located at https://github.com/cytomining/profiling-recipe.
- Result: The fork creates a copy of a recipe repository.
- Goals: 1) Remove the connection to official recipe updates to avoid unintended weld versioning reversal; 2) Enable independent updates to fork code that does not impact official recipe.
- Execution: See forking instructions.
Step 2: Create a submodule inside this repository of the forked recipe
Next, we will create a submodule in this repo.
- Result: Adding a submodule initiates the weld.
- Goals: 1) Link the processing code (recipe) with the data (current repo); 2) Require a manual step to update the recipe to enable asynchronous development.
- Execution: See below
```bash
In your terminal, clone the repository you just created (THIS REPO)
USER="INSERT-USERNAME-HERE" REPO="INSERT-NAME-HERE" git clone git@github.com:$USER/$REPO.git
Navigate to this directory
cd $REPO
Add the recipe submodule
git submodule add https://github.com/$USER/profiling-recipe.git profiling-recipe ```
Refer to "Adding a submodule" for more details.
Step 3: Commit the submodule
Lastly, we will commit the submodule to github.
- Result: Committing this change finalizes the weld.
- Goals: 1) Track the submodule (recipe) version with the current repository.
- Execution: See below
```bash
Add, commit, and push the submodule contents
git add profiling-recipe git add .gitmodules git commit -m 'finalizing the recipe weld' git push ```
DELETE EVERYTHING ABOVE THIS LINE AND START WITH THE CONTENT BELOW
[Project Name]
Overview
[Brief description of the experiment/dataset (2-3 sentences)]
Project Information
- Start Date: YYYYMMDD (of the first batch)
- Related data repos: [Links to related data repositories]
- Metadata Location: [Link to external metadata tracking system, if applicable]
- Analysis Repo: [Link to associated analysis repositories]
Note: All discussions related to this dataset should happen in the GitHub issues of this repository.
Processing Details
- Pipeline Modifications: [Any changes from standard pipeline]
- Other notes:
- [Any other notes related to processing]
Experimental Metadata
Below is the template for tracking experimental metadata. Fill this out if not using an external tracking system.
Metadata Template
``` Cell type : _______ (ex: U2OS) Cell source: ________ (ex: Collab lab) (ex: GPP) Plate size : _______ (ex: 384) Plate brand : _______ (ex: Cell carrier Ultra) Cell densit(y/ies) : _______ (ex: 2K/well) (ex: Columns A-D 1K/well, Columns G-H 500/well) Type of perturbation : ___________ (ex: Gene overexpression) (ex: CRISPR KO + compounds) If (at least partially) genetic: Genetic introduction method : __________ (ex : lentiviral transduction) Selection method : _________ (ex: None) (ex: Puromycin 1ug/mL 24 hrs) Number of genes : __________ (ex: 384) Number of perturbations per gene : __________ (ex: N/A) (ex: 4 guides per gene) If (at least partially) chemical : Number of chemicals : __________ (ex: 384) Number of dose points per chemical : _________ (ex: 1) Number of replicates per perturbation : __________ (ex: 5) Perturbation time point : _____________ (ex: 72 hrs) Staining protocol : ____________ (ex: CellPainting v3 (LINK)) (ex: LipocytePainting (CITATION)) (ex: 1:500 gt anti tubulin (cat #), 1:1000 A488 anti gt (cat #)) Microscope : ________ (ex: Opera Phenix ) Mode : ________ (ex: Confocal) Excitation / emission details : ______________ (ex: ex 488 laser, em 550/50; ex 568 laser, em 600/30) (ex: see Index.idx.xml file) Objective : _____________ (ex: 20X water 1.0NA) Binning : ____________ (ex: 1x1) Sites per well : __________ (ex: 9) Pixel size : ____________ (ex: 0.656um) Number of Z planes : _______ (ex: 3) Z plane spacing : ________ (ex: 1um) ```Data Access Instructions
Cloning the Repository
bash
git clone git@github.com:<org>/<repo>.git
Downloading Data Files
bash
cd <repo>
dvc pull
AWS configuration
The DVC cache is typically stored in an AWS S3 bucket, so you will need run aws configure before running dvc pull.
If the DVC location is not publicly accessible, you will need AWS credentials to access it.
If the DVC location is not publicly accessible, to access the files stored via DVC, you will need to created a IAM user with the AmazonS3ReadOnlyAccess policy attached:
json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*",
"s3-object-lambda:Get*",
"s3-object-lambda:List*"
],
"Resource": "*"
}
]
}
Owner
- Name: cytomining
- Login: cytomining
- Kind: organization
- Repositories: 27
- Profile: https://github.com/cytomining
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this template, please cite it as below." authors: - family-names: "Chandrasekaran" given-names: "Srinivas Niranj" orcid: "https://orcid.org/0000-0001-8874-9988" - family-names: "Way" given-names: "Gregory" orcid: "https://orcid.org/0000-0002-0503-9348" - family-names: "Carpenter" given-names: "Anne" orcid: "https://orcid.org/0000-0003-1555-8261" - family-names: "Singh" given-names: "Shantanu" orcid: "https://orcid.org/0000-0003-3150-3025" title: "Broad Institute Imaging Platform Profiling Template" url: "https://github.com/cytomining/profiling-template"
GitHub Events
Total
- Delete event: 2
- Push event: 8
- Pull request review event: 2
- Pull request review comment event: 3
- Pull request event: 6
- Create event: 4
Last Year
- Delete event: 2
- Push event: 8
- Pull request review event: 2
- Pull request review comment event: 3
- Pull request event: 6
- Create event: 4
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Shantanu Singh | s****h@b****g | 20 |
| Beth Cimini | b****7 | 4 |
| Niranj | s****j@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 12
- Total pull requests: 15
- Average time to close issues: almost 2 years
- Average time to close pull requests: 8 days
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 0.75
- Average comments per pull request: 0.67
- Merged pull requests: 15
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 6
- Average time to close issues: N/A
- Average time to close pull requests: about 6 hours
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- gwaybio (5)
- shntnu (4)
- rsenft1 (2)
- bethac07 (1)
Pull Request Authors
- shntnu (13)
- niranjchandrasekaran (2)
- bethac07 (1)