|
| 1 | +# yaml-language-server: $schema=https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json |
| 2 | +name: "gcta_bivariateremlldms" |
| 3 | +description: Run bivariate REML-LDMS analysis with an MGRM manifest |
| 4 | +keywords: |
| 5 | + - gcta |
| 6 | + - genome-wide complex trait analysis |
| 7 | + - reml |
| 8 | + - restricted maximum likelihood |
| 9 | + - bivariate |
| 10 | + - ldms |
| 11 | + - linkage disequilibrium and minor allele frequency stratification |
| 12 | + - grm |
| 13 | + - genetic relationship matrix |
| 14 | + - genetics |
| 15 | +tools: |
| 16 | + - "gcta": |
| 17 | + description: "Genome-wide Complex Trait Analysis (GCTA) estimates genetic relationships, variance components, and association statistics from genome-wide data." |
| 18 | + homepage: "https://yanglab.westlake.edu.cn/software/gcta/" |
| 19 | + documentation: "https://yanglab.westlake.edu.cn/software/gcta/static/gcta_doc_latest.pdf" |
| 20 | + tool_dev_url: "https://yanglab.westlake.edu.cn/software/gcta/" |
| 21 | + licence: ["GPL-3.0-only"] |
| 22 | + identifier: "biotools:gcta" |
| 23 | +input: |
| 24 | + - - meta: |
| 25 | + type: map |
| 26 | + description: | |
| 27 | + Groovy map containing shared bivariate phenotype metadata |
| 28 | + `meta.id` must contain both trait names, for example `trait1__trait2` |
| 29 | + - phenotype_file: |
| 30 | + type: file |
| 31 | + description: Shared bivariate phenotype file passed to `--pheno` |
| 32 | + pattern: "*.{phe,pheno,txt,tsv}" |
| 33 | + ontologies: |
| 34 | + - edam: "http://edamontology.org/format_3475" |
| 35 | + - - meta2: |
| 36 | + type: map |
| 37 | + description: | |
| 38 | + Groovy map containing MGRM metadata |
| 39 | + e.g. `[ id:'plink_simulated_ldms' ]` |
| 40 | + - mgrm_file: |
| 41 | + type: file |
| 42 | + description: MGRM manifest file |
| 43 | + pattern: "*.mgrm" |
| 44 | + ontologies: |
| 45 | + - edam: "http://edamontology.org/format_2330" |
| 46 | + - grm_files: |
| 47 | + type: file |
| 48 | + description: GRM bundles referenced by `mgrm_file` |
| 49 | + pattern: "*.grm.*" |
| 50 | + ontologies: [] |
| 51 | + - - meta3: |
| 52 | + type: map |
| 53 | + description: | |
| 54 | + Groovy map containing quantitative covariate metadata |
| 55 | + e.g. `[ id:'covariates_quant' ]` |
| 56 | + - quant_covariates_file: |
| 57 | + type: file |
| 58 | + description: Quantitative covariates file, pass `[]` when absent |
| 59 | + pattern: "*.{covar,cov,txt,tsv}" |
| 60 | + ontologies: |
| 61 | + - edam: "http://edamontology.org/format_3475" |
| 62 | + - - meta4: |
| 63 | + type: map |
| 64 | + description: | |
| 65 | + Groovy map containing categorical covariate metadata |
| 66 | + e.g. `[ id:'covariates_cat' ]` |
| 67 | + - cat_covariates_file: |
| 68 | + type: file |
| 69 | + description: Categorical covariates file, pass `[]` when absent |
| 70 | + pattern: "*.{covar,cov,txt,tsv}" |
| 71 | + ontologies: |
| 72 | + - edam: "http://edamontology.org/format_3475" |
| 73 | +output: |
| 74 | + bivariate_results: |
| 75 | + - - meta: |
| 76 | + type: map |
| 77 | + description: | |
| 78 | + Groovy map containing shared bivariate phenotype metadata |
| 79 | + `meta.id` must contain both trait names, for example `trait1__trait2` |
| 80 | + - "*.hsq": |
| 81 | + type: file |
| 82 | + description: Bivariate REML-LDMS result file |
| 83 | + pattern: "*.{hsq}" |
| 84 | + ontologies: |
| 85 | + - edam: "http://edamontology.org/format_2330" |
| 86 | + log_file: |
| 87 | + - - meta: |
| 88 | + type: map |
| 89 | + description: | |
| 90 | + Groovy map containing shared bivariate phenotype metadata |
| 91 | + `meta.id` must contain both trait names, for example `trait1__trait2` |
| 92 | + - "*.log": |
| 93 | + type: file |
| 94 | + description: Bivariate REML-LDMS log file |
| 95 | + pattern: "*.{log}" |
| 96 | + ontologies: |
| 97 | + - edam: "http://edamontology.org/format_2330" |
| 98 | + versions_gcta: |
| 99 | + - - "${task.process}": |
| 100 | + type: string |
| 101 | + description: The process the version was collected from |
| 102 | + - "gcta": |
| 103 | + type: string |
| 104 | + description: The tool name |
| 105 | + - "gcta --version | sed -En 's/^[*] version v([0-9.]*).*/\\1/p'": |
| 106 | + type: eval |
| 107 | + description: The command used to retrieve the GCTA version |
| 108 | +topics: |
| 109 | + versions: |
| 110 | + - - ${task.process}: |
| 111 | + type: string |
| 112 | + description: The process the version was collected from |
| 113 | + - gcta: |
| 114 | + type: string |
| 115 | + description: The tool name |
| 116 | + - "gcta --version | sed -En 's/^[*] version v([0-9.]*).*/\\1/p'": |
| 117 | + type: eval |
| 118 | + description: The command used to retrieve the GCTA version |
| 119 | +authors: |
| 120 | + - "@lyh970817" |
| 121 | +maintainers: |
| 122 | + - "@lyh970817" |
0 commit comments