-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
200 changed files
with
6,951 additions
and
7,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,8 @@ | |
"pgxbs-kftvhaqa", | ||
"pgxbs-kftvj1nt" | ||
] | ||
} | ||
}, | ||
"filters": [ ] | ||
}, | ||
"filters": [ ], | ||
"debug": 0 | ||
"debugMode": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,5 @@ | ||
# Command line tests | ||
|
||
``` | ||
./beaconServer/beacon.py --filters "pgx:icdom-81703" --requestedSchema biosample --referenceName 9 --start 10000000,12000000 --end 12500000,15000000 --variantType DEL | ||
``` | ||
|
||
``` | ||
./beaconServer/beacon.py --requestedSchema genomicVariant --referenceName 9 --start 10000000,12000000 --end 12500000,15000000 --variantType DEL --output pgxseg > ~/Desktop/test.pgxseg | ||
``` | ||
|
||
``` | ||
./beaconServer/beacon.py --filters "pgx:icdom-81703" --requestedSchema analysis --referenceName 9 --start 10000000,12000000 --end 12500000,15000000 --variantType DEL --output pgxmatrix > ~/Desktop/test.pgxmatrix | ||
``` | ||
|
||
``` | ||
./beaconServer/beacon.py --filters "NCIT:C3058" --output pgxmatrix > ~/Desktop/NCIT_C3058.pgxmatrix | ||
``` | ||
|
||
``` | ||
./services/cytomapper.py --cytoBands 8q24 | ||
./services/cytomapper.py --chroBases "9:0-50000000" | ||
``` | ||
|
||
``` | ||
./services/genespans.py --geneId TP53 | ||
./services/genespans.py --geneId TP53 --filterPrecision start | ||
``` | ||
|
||
``` | ||
./services/geolocations.py --city Heidel | ||
./services/geolocations.py --geoDistance 20000 --geoLatitude 47.3 --geoLongitude 8.55 | ||
curl --json @PUT-individuals-from-NCIT-filters.json "http://progenetix.org/beacon/individuals/" | ||
``` |
Oops, something went wrong.