Skip to content

liesyx/Gene-Panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Gene Panel

A web for GenePanel build with core of Nextflow.

Key FeaturesHow To UseMain WorkflowCredits

Alt text

Key Features

  • Save the result preview as PDF
  • Cross platform
    • Linux ready.
    • docker ready

How To Use

To clone and run this application, you'll need Git and Java

# Install nextflow
$ mkdir genepanel
$ cd genepnel
$ curl -s https://get.nextflow.io | bash
$ ./nextflow run hello


# Clone this repository dowload annovar database (location gene panel)
$ git clone https://github.com/liesyx/Gene-Panel.git
$ export PATH=/data/annovar/annovar:$PATH
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb avsnp150 -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb gnomad312_genome -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb cosmic70 -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb refGene -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb cytoBand -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb clinvar_20221231 -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb intervar_20180118 -buildver hg38 data/annovar/annovar/humandb
$ perl data/annovar/annovar/annotate_variation.pl -webfrom annovar -downdb hrcr1 -buildver hg38 data/annovar/annovar/humandb


# build docker imgaes 
$ docker build -t genepanel:latest .

# Run the app (high recomment) (the location of fastqc.nf file )
$ ./nextflow run fastqc.nf --reads link_your_reads/*{1,2}.f* -with-docker genepanel

# website for developer
$ uvicorn main:app --host 0.0.0.0 --port 8888 --reload

Parameter

# Parameter
# -resume
# -NM_data_
# -bed_file
# -ten_du_an 
# -goitinh
# -ngaynhanmau
# -tenkhachang
# -adapter_dir

Main Workflow

Alt text

Credits

This software uses the following open source packages:

Support

Buy Me A Coffee

Releases

No releases published

Packages

No packages published