-
Notifications
You must be signed in to change notification settings - Fork 10
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
Hi-C workflow #139
base: main
Are you sure you want to change the base?
Hi-C workflow #139
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snyk Container found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Co-authored-by: Andrew Frantz <[email protected]>
"make_hic_reference.restriction_sites": ["^GATC", "^GATC", "A^GATCT", "A^AGCTT", "G^ANTC", "AT^CGAT"], | ||
"make_hic_reference.restriction_sites_names": ["mboi", "dpnii", "bglii", "hindiii", "hinfi", "clai"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be moved to the defaults of the workflow? In what situations would a user want to use something different?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Restriction sites are custom to the experiment. I put several of the most common ones here, but there's no reason someone couldn't be using a different cut site.
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check failure
Code scanning / Snyk Container
Critical severity - Integer Overflow or Wraparound vulnerability in expat Critical
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check failure
Code scanning / Snyk Container
Critical severity - Integer Overflow or Wraparound vulnerability in expat Critical
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check failure
Code scanning / Snyk Container
High severity - XML External Entity (XXE) Injection vulnerability in expat High
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-50602 vulnerability in expat Note
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check warning
Code scanning / Snyk Container
Medium severity - Algorithmic Complexity vulnerability in libtasn1 Medium
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-6119 vulnerability in openssl Note
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-9143 vulnerability in openssl Note
@@ -0,0 +1,15 @@ | |||
FROM aidenlab/juicer:v2.0.1 AS builder |
Check notice
Code scanning / Snyk Container
Low severity - CVE-2024-13176 vulnerability in openssl Note
Implements a workflow to generate a bowtie2-aligned BAM and a
.hic
file for analysis. This utilizes the commonly used HiC-Pro workflow.