-
Notifications
You must be signed in to change notification settings - Fork 32
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
1 parent
2a1d247
commit 1d9da0c
Showing
8 changed files
with
104 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### NGSDExportGff tool help | ||
NGSDExportGff (2023_03-107-g2a1d2478) | ||
|
||
Writes all transcripts and exons of all genes to a gff3 file. | ||
|
||
Mandatory parameters: | ||
-out <file> The output file directory. | ||
|
||
Optional parameters: | ||
-test Uses the test database instead of on the production database. | ||
Default value: 'false' | ||
|
||
Special parameters: | ||
--help Shows this help and exits. | ||
--version Prints version and exits. | ||
--changelog Prints changeloge and exits. | ||
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'. | ||
|
||
### NGSDExportGff changelog | ||
NGSDExportGff 2023_03-107-g2a1d2478 | ||
|
||
[back to ngs-bits](https://github.com/imgag/ngs-bits) |
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,24 +1,25 @@ | ||
### NGSDExportStudyGHGA tool help | ||
NGSDExportStudyGHGA (2022_12-82-g025eb99e) | ||
NGSDExportStudyGHGA (2023_03-107-g2a1d2478) | ||
|
||
Exports meta data of a study from NGSD to a JSON format for import into GHGA. | ||
|
||
Mandatory parameters: | ||
-data <file> JSON file with data that is not contained in NGSD. | ||
-out <file> Output JSON file. | ||
-samples <file> TSV file with pseudonym, SAP ID and processed sample ID | ||
-data <file> JSON file with data that is not contained in NGSD. | ||
-out <file> Output JSON file. | ||
|
||
Optional parameters: | ||
-test Test mode: uses the test NGSD, does not calcualte size/checksum of BAMs, ... | ||
Default value: 'false' | ||
-test Test mode: uses the test NGSD, does not calcualte size/checksum of BAMs, ... | ||
Default value: 'false' | ||
|
||
Special parameters: | ||
--help Shows this help and exits. | ||
--version Prints version and exits. | ||
--changelog Prints changeloge and exits. | ||
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'. | ||
--help Shows this help and exits. | ||
--version Prints version and exits. | ||
--changelog Prints changeloge and exits. | ||
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'. | ||
|
||
### NGSDExportStudyGHGA changelog | ||
NGSDExportStudyGHGA 2022_12-82-g025eb99e | ||
NGSDExportStudyGHGA 2023_03-107-g2a1d2478 | ||
|
||
2023-01-31 Initial implementation (version 0.9.0 of schema). | ||
[back to ngs-bits](https://github.com/imgag/ngs-bits) |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### NGSDImportSampleQC tool help | ||
NGSDImportSampleQC (2023_03-107-g2a1d2478) | ||
|
||
Imports QC metrics of a sample into NGSD. | ||
|
||
Mandatory parameters: | ||
-ps <string> Processed sample name. | ||
-files <filelist> qcML files to import. | ||
|
||
Optional parameters: | ||
-force Overwrites already existing QC metrics instead of throwing an error. | ||
Default value: 'false' | ||
-test Uses the test database instead of on the production database. | ||
Default value: 'false' | ||
|
||
Special parameters: | ||
--help Shows this help and exits. | ||
--version Prints version and exits. | ||
--changelog Prints changeloge and exits. | ||
--tdx Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'. | ||
|
||
### NGSDImportSampleQC changelog | ||
NGSDImportSampleQC 2023_03-107-g2a1d2478 | ||
|
||
[back to ngs-bits](https://github.com/imgag/ngs-bits) |
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