juanesarango commited on
Commit
4fa4b44
Β·
verified Β·
1 Parent(s): 8b9a551

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -9,18 +9,20 @@ tags:
9
  # 🧽 nf-ffperase
10
 
11
  > [!important]
12
- > **You may use `FFPErase`, the underlying content, and any output therefrom for personal use, academic research and noncommercial purposes only. See [LICENSE](LICENSE) for more details.**
13
 
14
- Trained Models for ffperase, a tool for pre-processing and classifying FFPE artifact mutations, using nextflow.
15
 
16
- See more on how to use: [FFERASE](https://github.com/papaemmelab/nf-ffperase)
 
 
17
 
18
  ## Models
19
 
 
 
20
  ```bash
21
  https://huggingface.co/papaemmelab/ffperase/
22
  β”œβ”€β”€ model.indels.pkl
23
  └── model.svns.pkl
24
- ```
25
-
26
- Use those for the `--model` param, and use `--modelName ARTIFACT`.
 
9
  # 🧽 nf-ffperase
10
 
11
  > [!important]
12
+ > **You may use FFPErase, the underlying content, and any output therefrom for personal use, academic research and noncommercial purposes only. See [LICENSE](LICENSE) for more details.**
13
 
14
+ Trained Models for [`FFERASE`](https://github.com/papaemmelab/nf-ffperase), a tool for pre-processing and classifying FFPE artifact mutations, using nextflow.
15
 
16
+ ## Docs:
17
+
18
+ <https://github.com/papaemmelab/nf-ffperase>
19
 
20
  ## Models
21
 
22
+ Use those for the `--model` param, and use `--modelName ARTIFACT`.
23
+
24
  ```bash
25
  https://huggingface.co/papaemmelab/ffperase/
26
  β”œβ”€β”€ model.indels.pkl
27
  └── model.svns.pkl
28
+ ```