Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
90031809
Commit
90031809
authored
Nov 15, 2011
by
William McLaren
Browse files
Updates for allele schema change
parent
3addf89a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
misc-scripts/variation/nonsense_transcript_attribs.pl
misc-scripts/variation/nonsense_transcript_attribs.pl
+4
-1
No files found.
misc-scripts/variation/nonsense_transcript_attribs.pl
View file @
90031809
...
...
@@ -269,10 +269,13 @@ if (!defined($file)) {
allele a JOIN
variation v ON (
v.variation_id = a.variation_id
) JOIN
allele_code ac ON (
a.allele_code_id = ac.allele_code_id
)
WHERE
a.variation_id = ? AND
a.allele = ? AND
a
c
.allele = ? AND
a.frequency >= $FREQUENCY_CUTOFF AND
a.count >= $OBSERVATION_COUNT_CUTOFF AND
a.sample_id IN ($sample_ids) AND
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment