-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from mskcc/feature/updated_helix_filters_01
Updated helix_filters_01
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule helix_filters_01
updated
19 files
+3 −0 | .gitignore | |
+32 −10 | Makefile | |
+8 −0 | README.md | |
+17 −0 | cwl/cat.cwl | |
+39 −14 | cwl/concat.cwl | |
+22 −0 | cwl/head.cwl | |
+5 −5 | cwl/maf_filter.cwl | |
+22 −0 | cwl/tail.cwl | |
+8 −7 | cwl/workflow.cwl | |
+88 −88 | ref/roslin_resources.json | |
+17 −0 | test.py | |
+0 −0 | tests/__init__.py | |
+35 −0 | tests/settings.py | |
+472 −0 | tests/test_concat.py | |
+143 −0 | tests/test_copy_number.py | |
+245 −0 | tests/test_maf_filter.py | |
+110 −0 | tests/test_put_in_dir.py | |
+240 −0 | tests/test_workflow.py | |
+20 −0 | tests/tools.py |