-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
35 lines (34 loc) · 1.19 KB
/
Copy pathCITATION.cff
File metadata and controls
35 lines (34 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: nanopore-assembly
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Carolina
family-names: Pita Barros
orcid: 'https://orcid.org/0000-0002-6755-0643'
repository-code: 'https://github.com/CarolinaPB/nanopore-assembly'
url: 'https://github.com/CarolinaPB/nanopore-assembly'
abstract: >-
A pipeline for creating an assembly from nanopore reads.
It creates an assembly, does scaffolding with long reads
and polishing with short reads. It also does variant
calling with short reads and with long reads separately.
In addition, this pipeline computes busco scores before
and after polishing. From this pipeline you’ll get
statistics files with assembly statistics, as well as
statistics from the variant calling VCFs. There’s an
optional step to compute a whole genome alignment between
the new assembly and one or more assemblies of your
choice.
keywords:
- nanopore
- genome assembly
- snakemake
license: MIT
commit: 2d90492
version: 0.1.1
date-released: '2022-03-01'