Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
e0466ce
change error type
harmatt Jun 22, 2022
2e4986e
comment out unneeded code
harmatt Jun 22, 2022
14e96aa
will not sue FileExtensionValidator
harmatt Jun 22, 2022
f6e204f
will not sue FileExtensionValidator
harmatt Jun 22, 2022
c61d43d
will not use FileExtensionValidator, delete file
harmatt Jun 22, 2022
31602f8
Merge remote-tracking branch 'origin/testMaveCore' into testMaveCore
harmatt Jun 22, 2022
9a94138
remove comments
harmatt Jun 22, 2022
835e500
edit variable name
harmatt Jun 22, 2022
c120930
remove blank line
harmatt Jun 22, 2022
cb378b5
delete ValidationError2 function and helper functions
harmatt Jun 22, 2022
0777395
remove import
harmatt Jun 22, 2022
991b353
add blank line
harmatt Jun 22, 2022
4649f8e
remove unneeded note
harmatt Jun 22, 2022
e3c912e
add description to WordLimitValidator class
harmatt Jun 22, 2022
5eafe5a
update code and counter attribute type and descriptions in WordLimitV…
harmatt Jun 22, 2022
abee0c0
delete comment
harmatt Jun 22, 2022
39c420b
edit description of message parameter and type of code parameter in c…
harmatt Jun 22, 2022
dcac693
add description to __call__ method docstring
harmatt Jun 22, 2022
16cfe07
edit value parameter type and description in __call__ method docstring
harmatt Jun 22, 2022
6eb9e64
edit return in __call__ method docstring
harmatt Jun 22, 2022
458155e
edit error description in __call__ method docstring
harmatt Jun 22, 2022
a46d4cd
update msg parameter description in read_header_from_io function docs…
harmatt Jun 22, 2022
167d97b
add description to validate_has_hgvs_in_header function docstring
harmatt Jun 22, 2022
bc04818
add type and description description to header parameter in validate_…
harmatt Jun 22, 2022
3dbb168
edit description description in label parameter in validate_has_hgvs_…
harmatt Jun 22, 2022
8771a5c
add description to msg parameter in validate_has_hgvs_in_header funct…
harmatt Jun 22, 2022
04cfee5
add description to ValidationError in validate_has_hgvs_in_header fun…
harmatt Jun 22, 2022
31e7a69
delete comment and TODO
harmatt Jun 22, 2022
a88c029
edit types and descriptions to header, label, and msg parameters in v…
harmatt Jun 22, 2022
fbdeda2
edit types and descriptions to header, label, and msg parameters in v…
harmatt Jun 22, 2022
be927e2
add description to validate_hgvs_string function docstring
harmatt Jun 23, 2022
5db822f
add parameter type to validate_hgvs_string function docstring parameters
harmatt Jun 23, 2022
3879191
add return type to validate_hgvs_string function docstring
harmatt Jun 23, 2022
f662a81
delete TODO and comment
harmatt Jun 23, 2022
e6a86fc
add description to error in docstring
harmatt Jun 23, 2022
fed91e3
delete comments
harmatt Jun 23, 2022
049bda0
add and complete docstring for validate_sra_identifier
harmatt Jun 23, 2022
0db184d
add description to docstring
harmatt Jun 23, 2022
d75aa13
add description to docstring
harmatt Jun 23, 2022
a436919
add description to docstring
harmatt Jun 23, 2022
612ca57
add parameters and errors to docstring for validate_pubmed_identifier
harmatt Jun 23, 2022
e7e0809
add parameters and errors to docstring for validate_doi_identifier
harmatt Jun 23, 2022
4bccc50
add parameters and errors to docstring for validate_ensembl_identifier
harmatt Jun 23, 2022
78a82d8
add description to docstring for validate_uniprot_identifier
harmatt Jun 23, 2022
4f51d5e
add parameters and raised errors to docstring for validate_uniprot_id…
harmatt Jun 23, 2022
377149b
add parameters and raised errors to docstring for validate_refseq_ide…
harmatt Jun 23, 2022
f2e3232
add parameters and raised errors to docstring for validate_uniprot_list
harmatt Jun 23, 2022
600bde1
write complete docstring for validate_refseq_list
harmatt Jun 23, 2022
8e579d5
write complete docstring for validate_genome_identifier
harmatt Jun 23, 2022
50c2e47
write complete docstring for validate_pubmed_list
harmatt Jun 23, 2022
cb183df
write complete docstring for validate_sra_list
harmatt Jun 23, 2022
8252543
write complete docstring for validate_doi_list
harmatt Jun 23, 2022
f6e6c14
write complete docstring for validate_ensembl_list
harmatt Jun 23, 2022
0fdd63b
write description for validate_refseq_identifier docstring
harmatt Jun 23, 2022
b4acdf0
write description for validate_uniprot_list docstring
harmatt Jun 23, 2022
934a297
delete comment
harmatt Jun 23, 2022
cfc3ec0
delete original_validation
harmatt Jun 23, 2022
04eedd3
edit TODO message
harmatt Jun 23, 2022
e0d78fd
add comments to keep track of Django independent code
harmatt Jun 23, 2022
0891942
delete Django dataset validators
harmatt Jun 23, 2022
98ef801
delete Django genome validators
harmatt Jun 23, 2022
7981eb3
delete test cases for Django genome validators
harmatt Jun 23, 2022
04e0087
delete full payload validators
harmatt Jun 23, 2022
3223ff5
Remove some invalid tests and import.
EstelleDa Jun 30, 2022
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
Empty file.
90 changes: 0 additions & 90 deletions mavecore/original_validation/constants.py

This file was deleted.

Loading