Skip to content

Commit 181b484

Browse files
Merge pull request #8 from pbashyal-nmdp/clean_up_grim_directory
Clean up grim directory, make packages of subdirectory
2 parents 7a6c639 + f866a06 commit 181b484

File tree

19 files changed

+180
-266
lines changed

19 files changed

+180
-266
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ jobs:
2828
- name: Test with pytest
2929
run: |
3030
pytest
31-
- name: Run BDD Tests
32-
run: |
33-
behave

grim/algorithm/match.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

grim/conf/__init__.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- coding: utf-8 -*-
2+
3+
#
4+
# grim Graph Imputation
5+
# Copyright (c) 2021 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
6+
#
7+
# This library is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU Lesser General Public License as published
9+
# by the Free Software Foundation; either version 3 of the License, or (at
10+
# your option) any later version.
11+
#
12+
# This library is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15+
# License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser General Public License
18+
# along with this library; if not, write to the Free Software Foundation,
19+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
#
21+
# > http://www.fsf.org/licensing/licenses/lgpl.html
22+
# > http://www.opensource.org/licenses/lgpl-license.php
23+
#
24+
25+
26+
"""Top-level package for py-grim."""
27+
28+
__organization__ = "NMDP/CIBMTR Bioinformatics"

grim/imputation/__init__.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- coding: utf-8 -*-
2+
3+
#
4+
# grim Graph Imputation
5+
# Copyright (c) 2021 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
6+
#
7+
# This library is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU Lesser General Public License as published
9+
# by the Free Software Foundation; either version 3 of the License, or (at
10+
# your option) any later version.
11+
#
12+
# This library is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15+
# License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser General Public License
18+
# along with this library; if not, write to the Free Software Foundation,
19+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
#
21+
# > http://www.fsf.org/licensing/licenses/lgpl.html
22+
# > http://www.opensource.org/licenses/lgpl-license.php
23+
#
24+
25+
26+
"""Top-level package for py-grim."""
27+
28+
__organization__ = "NMDP/CIBMTR Bioinformatics"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- coding: utf-8 -*-
2+
3+
#
4+
# grim Graph Imputation
5+
# Copyright (c) 2021 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
6+
#
7+
# This library is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU Lesser General Public License as published
9+
# by the Free Software Foundation; either version 3 of the License, or (at
10+
# your option) any later version.
11+
#
12+
# This library is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15+
# License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser General Public License
18+
# along with this library; if not, write to the Free Software Foundation,
19+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
#
21+
# > http://www.fsf.org/licensing/licenses/lgpl.html
22+
# > http://www.opensource.org/licenses/lgpl-license.php
23+
#
24+
25+
26+
"""Top-level package for py-grim."""
27+
28+
__organization__ = "NMDP/CIBMTR Bioinformatics"

grim/model/allele.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

grim/model/slug.py

Lines changed: 0 additions & 72 deletions
This file was deleted.

grim/validation/__init__.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- coding: utf-8 -*-
2+
3+
#
4+
# grim Graph Imputation
5+
# Copyright (c) 2021 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
6+
#
7+
# This library is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU Lesser General Public License as published
9+
# by the Free Software Foundation; either version 3 of the License, or (at
10+
# your option) any later version.
11+
#
12+
# This library is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15+
# License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser General Public License
18+
# along with this library; if not, write to the Free Software Foundation,
19+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
#
21+
# > http://www.fsf.org/licensing/licenses/lgpl.html
22+
# > http://www.opensource.org/licenses/lgpl-license.php
23+
#
24+
25+
26+
"""Top-level package for py-grim."""
27+
28+
__organization__ = "NMDP/CIBMTR Bioinformatics"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- coding: utf-8 -*-
2+
3+
#
4+
# grim Graph Imputation
5+
# Copyright (c) 2021 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
6+
#
7+
# This library is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU Lesser General Public License as published
9+
# by the Free Software Foundation; either version 3 of the License, or (at
10+
# your option) any later version.
11+
#
12+
# This library is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15+
# License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser General Public License
18+
# along with this library; if not, write to the Free Software Foundation,
19+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
#
21+
# > http://www.fsf.org/licensing/licenses/lgpl.html
22+
# > http://www.opensource.org/licenses/lgpl-license.php
23+
#
24+
25+
26+
"""Top-level package for py-grim."""
27+
28+
__organization__ = "NMDP/CIBMTR Bioinformatics"
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- coding: utf-8 -*-
2+
3+
#
4+
# grim Graph Imputation
5+
# Copyright (c) 2021 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
6+
#
7+
# This library is free software; you can redistribute it and/or modify it
8+
# under the terms of the GNU Lesser General Public License as published
9+
# by the Free Software Foundation; either version 3 of the License, or (at
10+
# your option) any later version.
11+
#
12+
# This library is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
15+
# License for more details.
16+
#
17+
# You should have received a copy of the GNU Lesser General Public License
18+
# along with this library; if not, write to the Free Software Foundation,
19+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
20+
#
21+
# > http://www.fsf.org/licensing/licenses/lgpl.html
22+
# > http://www.opensource.org/licenses/lgpl-license.php
23+
#
24+
25+
26+
"""Top-level package for py-grim."""
27+
28+
__organization__ = "NMDP/CIBMTR Bioinformatics"

0 commit comments

Comments
 (0)