Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Improve/variant creation form #588
base: release/3.5
Are you sure you want to change the base?
Improve/variant creation form #588
Changes from 4 commits
475c3ee
998fd1b
eb3b9ea
1d121fd
2fc7097
1d3dad7
e607423
77a3e86
68f4ff4
a9dbc6d
4e83069
8949e05
5ef4aeb
d94faee
2d9c9c7
b1ccf66
e0b4d90
63e05e5
fce7fb8
d7d5282
4f3e8e5
5227038
723cd57
32cbf30
9915eda
6e4e443
ea1e4bd
4f57803
4562560
0ba1f0c
b0ffbbe
a8afce5
aa272d0
07b52e6
7e75c35
cc0dcda
82abf86
fc90491
afda306
20ea1e3
d9bf913
0a82e7f
a9f8773
daee268
ee315bb
3e3b691
fb3ce67
534d05f
bc8b39c
83b07f0
4fa5279
bb648a1
3ea60b2
186176b
c9cbda4
b4abbe2
6f154b2
be5f3e6
ca7a8e4
34b397e
e691e0e
4f976d6
58e2165
0e983f3
88e9ba7
3f9d7e3
7a63d5e
08cbb5f
4362e90
e9eea63
b11ff02
f436950
aa1c715
9e450dc
e783dc0
ff584cf
752fd19
f626d4e
ac3de94
9436ec7
2d443ac
121a300
6f9bef4
66f7a76
5c3cc75
a96825a
a906b9c
e156a4e
a00ddfc
03c995a
03f5a4b
3639e62
b5d5c49
c89a307
eda072b
8d6dfa0
cd542ba
6c9c5c2
6a38123
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is there a certain reason to not use
ACTION
?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.
If this would have been in the VOT, I believe we would have thrown
WTRANSCRIPTFOUND
,WTRANSCRIPTVERSION
, orWDIFFERENTREFSEQ
. So I think this means that this code is only reachable for VOG entries. I think this means that VOTs and VOGs may be handled differently if they contain refseqs in the input. Could you confirm or refute this?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.
I think it will be nicer to use the
ACTION
feature here.(i.e., send
(...)dialog.php?map&var=(...)
after which theACTION
constant is populated with the value "map").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.
Do I understand correctly that this "map" block is used also for the actual validation step? And mapping is optional? (it requires other DNA fields)