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

381-fix-hic #404

Merged
merged 10 commits into from
May 31, 2024
Merged

381-fix-hic #404

merged 10 commits into from
May 31, 2024

Conversation

aditigopalan
Copy link
Contributor

@aditigopalan aditigopalan commented May 9, 2024

Fixes #381

@aditigopalan aditigopalan changed the title Update HTAN.model.csv 381-fix-hic May 9, 2024
@aditigopalan aditigopalan requested a review from adamjtaylor May 9, 2024 13:05
@aditigopalan
Copy link
Contributor Author

@adamjtaylor looks like that last PR came from my fork. All fixed for now!

HTAN.model.csv Show resolved Hide resolved
Copy link
Contributor

@adamjtaylor adamjtaylor left a comment

Choose a reason for hiding this comment

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

Sorry... looking back at the RFC doc there are some more changes required

HTAN.model.csv Show resolved Hide resolved
HTAN.model.csv Show resolved Hide resolved
HTAN.model.csv Outdated
@@ -155,7 +155,7 @@ Ligation Condition,Name of ligase and condition for proximity ligation,,,,TRUE,S
Biotin Enrichment,Whether biotin is used for enriching ligation product,"Yes, No",,,TRUE,Sequencing,,,
DNA Input Amount,"Amount of DNA for library construction, in nanograms.",,,,TRUE,Sequencing,,,int
Resolution,"Binning size used for generating contact matrix, in basepair.",,,,TRUE,Sequencing,,,
Stripe Calling,"Tool used for identifying architectural stripe-forming, interaction hotspots.","MACS2, Other",,,TRUE,Sequencing,,,
Stripe Calling,"Tool used for identifying architectural stripe-forming, interaction hotspots.","MACS2, Other",,,TRUE,Sequencing,,,list::-?\d+
Loop Window,Binning size used for calling significant dot interactions (loops),,,,TRUE,Sequencing,,,int
Copy link
Contributor

@adamjtaylor adamjtaylor May 10, 2024

Choose a reason for hiding this comment

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

Validation rule for Loop Window should be list like :: regex search -?\d+

HTAN.model.csv Outdated
@@ -155,7 +155,7 @@ Ligation Condition,Name of ligase and condition for proximity ligation,,,,TRUE,S
Biotin Enrichment,Whether biotin is used for enriching ligation product,"Yes, No",,,TRUE,Sequencing,,,
DNA Input Amount,"Amount of DNA for library construction, in nanograms.",,,,TRUE,Sequencing,,,int
Resolution,"Binning size used for generating contact matrix, in basepair.",,,,TRUE,Sequencing,,,
Stripe Calling,"Tool used for identifying architectural stripe-forming, interaction hotspots.","MACS2, Other",,,TRUE,Sequencing,,,
Stripe Calling,"Tool used for identifying architectural stripe-forming, interaction hotspots.","MACS2, Other",,,TRUE,Sequencing,,,list::-?\d+
Loop Window,Binning size used for calling significant dot interactions (loops),,,,TRUE,Sequencing,,,int
Stripe Window,"Binning size used for calling significant architectural stripes. Can be an integer or int/int, indicating bin size and sliding window size if different.","HiCCUPS, Cooltools, Other",,,TRUE,Sequencing,,,
Copy link
Contributor

@adamjtaylor adamjtaylor May 10, 2024

Choose a reason for hiding this comment

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

Change Stripe Window Description this to say

Binning size used for calling significant architectural stripes. Can be an integer or comma-separated list of integers indicating bin size and sliding window size if different.

Copy link
Contributor

@adamjtaylor adamjtaylor May 10, 2024

Choose a reason for hiding this comment

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

The valid values here don't seem to be in the right attribute. Remove valid values from Stripe Window

Copy link
Contributor

Choose a reason for hiding this comment

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

Valdation rule for Stripe Window should be list like :: regex search -?\d+

HTAN.model.csv Outdated
@@ -155,7 +155,7 @@ Ligation Condition,Name of ligase and condition for proximity ligation,,,,TRUE,S
Biotin Enrichment,Whether biotin is used for enriching ligation product,"Yes, No",,,TRUE,Sequencing,,,
DNA Input Amount,"Amount of DNA for library construction, in nanograms.",,,,TRUE,Sequencing,,,int
Resolution,"Binning size used for generating contact matrix, in basepair.",,,,TRUE,Sequencing,,,
Stripe Calling,"Tool used for identifying architectural stripe-forming, interaction hotspots.","MACS2, Other",,,TRUE,Sequencing,,,
Stripe Calling,"Tool used for identifying architectural stripe-forming, interaction hotspots.","MACS2, Other",,,TRUE,Sequencing,,,list::-?\d+
Loop Window,Binning size used for calling significant dot interactions (loops),,,,TRUE,Sequencing,,,int
Stripe Window,"Binning size used for calling significant architectural stripes. Can be an integer or int/int, indicating bin size and sliding window size if different.","HiCCUPS, Cooltools, Other",,,TRUE,Sequencing,,,
Loop Calling,Tool used for identifying loop interactions,,,,TRUE,Sequencing,,,
Copy link
Contributor

Choose a reason for hiding this comment

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

Valid values for Loop Calling should be HiCCUPS, Cooltools, Other

@adamjtaylor
Copy link
Contributor

@aditigopalan not urgent but just checking if you had any questions about the requested changes.

@aditigopalan
Copy link
Contributor Author

@aditigopalan not urgent but just checking if you had any questions about the requested changes.

Not at the moment!

@adamjtaylor adamjtaylor self-requested a review May 30, 2024 18:54
Copy link
Contributor

@adamjtaylor adamjtaylor left a comment

Choose a reason for hiding this comment

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

Once I figured out to get github to show me the correct changes since the last review I am happy this is good. P

@adamjtaylor adamjtaylor merged commit 6a02017 into main May 31, 2024
7 checks passed
@adamjtaylor adamjtaylor deleted the fix-381-hic branch May 31, 2024 17:36
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.

Hi-C level 3 fixes
2 participants