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

Add p2 fitness data #1

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "P2_Antiviral_Core/SARS-CoV-2/Mac1/SARS2-mut-fitness"]
path = P2_Antiviral_Core/SARS-CoV-2/Mac1/SARS2-mut-fitness
url = https://github.com/jbloomlab/SARS2-mut-fitness
[submodule "P2_Antiviral_Core/SARS-CoV-2/Mpro/SARS2-mut-fitness"]
path = P2_Antiviral_Core/SARS-CoV-2/Mpro/SARS2-mut-fitness
url = https://github.com/jbloomlab/SARS2-mut-fitness
[submodule "P2_Antiviral_Core/ZIKV/NS2B-NS3pro/ZIKV_DMS_NS3_EvansLab"]
path = P2_Antiviral_Core/ZIKV/NS2B-NS3pro/ZIKV_DMS_NS3_EvansLab
url = https://github.com/jbloomlab/ZIKV_DMS_NS3_EvansLab
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions P2_Antiviral_Core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Storage of data produced by ASAP's antiviral core

The fitness data stored in this repository is structured into separate folders for each antiviral target that ASAP is pursuing, categorized per viral variant. Each folder contains fitness data for the target (if present) as a `git submodule` that is coupled to an external repository where the data analysis has been performed.

Note that because SARS-CoV-2 fitness data consists of a phylogenetics analysis this is cross-genome. Because of this the submodules for SARS-CoV-2-Mpro and SARS-CoV-2-Mac1 the same.
1 change: 1 addition & 0 deletions P2_Antiviral_Core/SARS-CoV-2/Mac1/SARS2-mut-fitness
Submodule SARS2-mut-fitness added at 7930c7
1 change: 1 addition & 0 deletions P2_Antiviral_Core/SARS-CoV-2/Mpro/SARS2-mut-fitness
Submodule SARS2-mut-fitness added at 7930c7
1 change: 1 addition & 0 deletions P2_Antiviral_Core/ZIKV/NS2B-NS3pro/ZIKV_DMS_NS3_EvansLab
Submodule ZIKV_DMS_NS3_EvansLab added at 8a27e5
5 changes: 5 additions & 0 deletions P3_Data_Core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Note on use of Enhanced Stereochemistry

In order to give the most accurate representation possible of molecular data, enhnaced stereochemistry and [CXSMILES](https://docs.chemaxon.com/display/docs/chemaxon-extended-smiles-and-smarts-cxsmiles-and-cxsmarts.md#src-1806633) are used in the ASAP consortium.

For a description of this convention, please see the enhanced_stereochemistry_README.pdf document in this repository.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# ASAP_data
Repository for data generated by the ASAP Discovery Consortium

# Note on use of Enhanced Stereochemistry

In order to give the most accurate representation possible of molecular data, enhnaced stereochemistry and [CXSMILES](https://docs.chemaxon.com/display/docs/chemaxon-extended-smiles-and-smarts-cxsmiles-and-cxsmarts.md#src-1806633) are used in the ASAP consortium.

For a description of this convention, please see the enhanced_stereochemistry_README.pdf document in this repository.
# ASAP Data
Repository for data generated by the ASAP Discovery Consortium.