You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,9 +42,9 @@ This Nextflow pipeline is designed for the analysis of Twist NGS Methylation dat
42
42
- Java (>=8)
43
43
44
44
## Usage
45
-
1. User can start from the FASTQ files or Bismark aligned BAM files. Find the details on the [manual](https://jyotirmoys-organization.gitbook.io/TwistMethNext)
45
+
1. User can start from the FASTQ files or Bismark aligned BAM files. Find the details on the [manual](https://jyotirmoys-organization.gitbook.io/TwistMethylFlow)
46
46
47
-
2. User can choose to run the differential methylation analysis - either EdgeR or MethylKit or both. Find the details on the [manual](https://jyotirmoys-organization.gitbook.io/TwistMethNext)
47
+
2. User can choose to run the differential methylation analysis - either EdgeR or MethylKit or both. Find the details on the [manual](https://jyotirmoys-organization.gitbook.io/TwistMethylFlow)
48
48
49
49
3. User can also use `--skip_diff_meth` to avoid the differential methylation analysis.
50
50
@@ -53,26 +53,26 @@ This Nextflow pipeline is designed for the analysis of Twist NGS Methylation dat
53
53
```
54
54
# when using the reference genome indexing, --genome_fasta
|**Main Author**|[Jyotirmoy Das](https://github.com/JD2112)| Lead designer, developer, and overall coordinator for the **TwistMethNext** pipeline. |
7
+
|**Main Author**|[Jyotirmoy Das](https://github.com/JD2112)| Lead designer, developer, and overall coordinator for the **TwistMethylFlow** pipeline. |
8
8
|**Maintainer**|[Jyotirmoy Das](https://github.com/JD2112)| Actively maintaining the pipeline, fixing bugs, and implementing new features. |
9
-
|**Contributors**|[All Contributors](https://github.com/JD2112/TwistMethNext/pulls)| Thanks to everyone who helped in development, testing, and enhancement. Contributions welcome! |
9
+
|**Contributors**|[All Contributors](https://github.com/JD2112/TwistMethylFlow/pulls)| Thanks to everyone who helped in development, testing, and enhancement. Contributions welcome! |
10
10
11
11
---
12
12
13
13
## 📄 Citation
14
14
15
-
If you use **TwistMethNext** in your work, please cite:
15
+
If you use **TwistMethylFlow** in your work, please cite:
16
16
17
-
> Das, J. (2024). *TwistMethNext (v1.0.0)*. Zenodo. [https://doi.org/10.5281/zenodo.14204261](https://doi.org/10.5281/zenodo.14204261)
17
+
> Das, J. (2024). *TwistMethylFlow (v1.0.0)*. Zenodo. [https://doi.org/10.5281/zenodo.14204261](https://doi.org/10.5281/zenodo.14204261)
18
18
19
19
---
20
20
21
21
## ❓ Help, FAQ, Troubleshooting
22
22
23
23
- Refer to the [User Manual](index.md) for detailed usage instructions and guidance.
24
-
- For bug reports, questions, or feature requests, please open an [issue on GitHub](https://github.com/JD2112/TwistMethNext/issues).
24
+
- For bug reports, questions, or feature requests, please open an [issue on GitHub](https://github.com/JD2112/TwistMethylFlow/issues).
25
25
26
26
---
27
27
@@ -44,7 +44,7 @@ This project is licensed under the terms of the **GNU General Public License v3.
44
44
-**National Academic Infrastructure for Supercomputing in Sweden (NAISS)**
45
45
> The computations/data storage were enabled by resources provided by the National Academic Infrastructure for Supercomputing in Sweden (NAISS), partially funded by the Swedish Research Council through grant agreement no. 2022-06725.
46
46
47
-
These institutions provided invaluable resources and support for the development and testing of the TwistMethNext pipeline.
47
+
These institutions provided invaluable resources and support for the development and testing of the TwistMethylFlow pipeline.
Copy file name to clipboardExpand all lines: docs/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# TwistMethNext Documentation
1
+
# TwistMethylFlow Documentation
2
2
3
-
Welcome to the TwistMethNext documentation. This Nextflow pipeline is designed for the analysis of Twist NGS Methylation data, encompassing quality control, alignment, methylation calling, differential methylation analysis, and post-processing.
3
+
Welcome to the TwistMethylFlow documentation. This Nextflow pipeline is designed for the analysis of Twist NGS Methylation data, encompassing quality control, alignment, methylation calling, differential methylation analysis, and post-processing.
0 commit comments