Published November 19, 2023 | Version v1.0.0
Software Open

Pipeline for genome assembles merging

Creators

  • 1. Xi'an Jiaotong University

Description

Gapless

Gapless is developed for genome assemblies merging with a hybrid assembly strategy

Authors

License

Gapless is free for non-commercial use by academic, government, and non-profit/not-for-profit institutions. A commercial version of the software is available and licensed through Xi'an Jiaotong University. For more information, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) or Kai Ye (kaiye@xjtu.edu.cn).

Dependence

How to run Gapless?

1. Prepare you environment and install dependence

You can install the dependent packages and software with conda.

2. Download the pipeline and config the environment

Download the pipeline.

cd /path/to/gapless git clone https://github.com/PengJia6/gapless.git

 

  • Changed the software or packages path in conf/software.smk.
  • Changed the parameters of the pipeline in conf/config.yaml.
  • Changed the input path of you scaffolds and contigs in conf/scaffold.yaml.

3. Run the pipeline.

cd /path/to/gapless snakemake  -s Snakefile -j 10 -k --ri -k 

 

If you want to run the pipeline in other directory, please copy the conf file in your directory and run with following command:

cd /m/work/directory cp -r /path/to/gapless/gapless/conf . snakemake -s /path/to/gapless/gapless/Snakefile -j 10 -k --ri 

 

Contact

If you have any questions, please contact with Peng Jia (pengjia@stu.xjtu.edu.cn) at Xi'an Jiaotong University.

Files

PengJia6/gapless-v1.0.0.zip

Files (17.4 kB)

Name Size Download all
md5:6dfd48b35ccabf2221784adcc41ed356
17.4 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/PengJia6/gapless/tree/v1.0.0 (URL)