Skip to content

Commit 233ed8d

Browse files
committed
minor fixes- README: citation updated
1 parent 154d1a9 commit 233ed8d

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
work/
2-
.nextflow.*
2+
.nextflow*
3+
4+
.DS_Store

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors:
55
given-names: Jyotirmoy
66
orcid: https://orcid.org/0000-0002-5649-4658
77
title: "TwistNext"
8-
version: 0.1.0
8+
version: 1.0.0
99
identifiers:
1010
- type: doi
11-
value: 10.5281/zenodo.11104350
12-
date-released: 2024-11-20
11+
value: 10.5281/zenodo.14204261
12+
date-released: 2024-11-22

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Twist DNA Methylation Data Analysis Pipeline
1+
![](artworks/logo.png)
2+
3+
[![DOI](https://zenodo.org/badge/891370540.svg)](https://doi.org/10.5281/zenodo.14204260)
24

35
## Overview
46

@@ -154,13 +156,15 @@ User can change it directly to `conf/params.config` or add to the `nextflow run`
154156

155157
## Credits
156158
- Main Author:
157-
- Jyotirmoy Das (@JD2112)
159+
- Jyotirmoy Das ([@JD2112](https://github.com/JD2112))
158160
- Maintainers:
159161

160162
- Contributions:
161163

162164
## Citation
163165

166+
Das, J. (2024). TwistNext (v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.14204261
167+
164168
## HELP/FAQ/Troubleshooting
165169

166170
Please check the manual for details.

0 commit comments

Comments
 (0)