Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation #23

Closed
kubranarci opened this issue Dec 5, 2023 · 8 comments · Fixed by #25
Closed

Update documentation #23

kubranarci opened this issue Dec 5, 2023 · 8 comments · Fixed by #25

Comments

@kubranarci
Copy link
Member

Is your feature request related to a problem? Please describe

VEP annotation description is missing in README

Describe the solution you'd like

VEP annotation description is missing in README

Describe alternatives you've considered

No response

Additional context

No response

@kubranarci
Copy link
Member Author

also fix --download parameter in ENSEMBL_VEP

fix annotated_vcf = ENSEMBLVEP_VEP.out.vcf.map{ it -> tuple( it[0], it[1])}

@kubranarci
Copy link
Member Author

remove vep_out_format

@kubranarci
Copy link
Member Author

remove vep_include_fasta

@kubranarci
Copy link
Member Author

remove species

@kubranarci
Copy link
Member Author

remove vep_version

@kubranarci
Copy link
Member Author

can I use
vep_cache = 's3://annotation-cache/vep_cache/'

@kubranarci
Copy link
Member Author

fix this:
We thank the following people for their extensive assistance in the development of this pipeline:

TODO

Nagarajan Paramasivam @NagaComBio [email protected]

@kubranarci
Copy link
Member Author

add vep params:

"vep_params": {
  "title": "Annovar options",
  "type": "object",
  "description": "Options for Annovar",
  "default": "",
  "properties": {
    "vep_cache_version": {
      "type": "string",
      "default": "110",
      "fa_icon": "fas fa-vep",
      "description": "VEP Cache version"
    },
    "vep_genome": {
      "type": "string",
      "default": "GRCh38",
      "fa_icon": "fas fa-vep",
      "description": "VEP genome"
    },
    "vep_cache": {
      "format": "file-path",
      "mimetype": "text/plain",
      "default": "null",
      "fa_icon": "fas fa-vep",
      "description": "File path to the VEP cache"
    },
    "download_cache": {
      "type": "boolean",
      "default": "false",
      "fa_icon": "fas fa-vep",
      "description": "Turn it on to download cache file"
    },
    "outdir_cache": {
      "type": "string",
      "default": "null",
      "fa_icon": "fas fa-annovar",
      "description": "Cache file directory to save, if download_cache is true"
    }
  }
},

@kubranarci kubranarci linked a pull request Dec 12, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant