mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-22 11:29:54 +00:00
[automated] Fix linting with Prettier
This commit is contained in:
parent
65ae82efc4
commit
a3bcf8665a
1 changed files with 28 additions and 28 deletions
|
@ -28,25 +28,25 @@ run_modules:
|
||||||
# - '.se.settings'
|
# - '.se.settings'
|
||||||
|
|
||||||
top_modules:
|
top_modules:
|
||||||
- 'fastqc':
|
- "fastqc":
|
||||||
name: 'FastQC (pre-Trimming)'
|
name: "FastQC (pre-Trimming)"
|
||||||
path_filters:
|
path_filters:
|
||||||
- '*raw_*fastqc.zip'
|
- "*raw_*fastqc.zip"
|
||||||
- 'fastp'
|
- "fastp"
|
||||||
- 'adapterRemoval'
|
- "adapterRemoval"
|
||||||
- 'fastqc':
|
- "fastqc":
|
||||||
name: 'FastQC (post-Trimming)'
|
name: "FastQC (post-Trimming)"
|
||||||
path_filters:
|
path_filters:
|
||||||
- '*raw_*processed.zip'
|
- "*raw_*processed.zip"
|
||||||
- 'kraken':
|
- "kraken":
|
||||||
name: 'Kraken'
|
name: "Kraken"
|
||||||
path_filters:
|
path_filters:
|
||||||
- '*.kraken2.report.txt'
|
- "*.kraken2.report.txt"
|
||||||
- 'kraken':
|
- "kraken":
|
||||||
name: 'Centrifuge'
|
name: "Centrifuge"
|
||||||
anchor: 'centrifuge'
|
anchor: "centrifuge"
|
||||||
target: 'Centrifuge'
|
target: "Centrifuge"
|
||||||
doi: '10.1101/gr.210641.116'
|
doi: "10.1101/gr.210641.116"
|
||||||
info: "Centrifuge is a very rapid and memory-efficient system for the classification of DNA sequences from microbial samples. The system uses a novel indexing scheme based on the Burrows-Wheeler transform (BWT) and the Ferragina-Manzini (FM) index."
|
info: "Centrifuge is a very rapid and memory-efficient system for the classification of DNA sequences from microbial samples. The system uses a novel indexing scheme based on the Burrows-Wheeler transform (BWT) and the Ferragina-Manzini (FM) index."
|
||||||
path_filters:
|
path_filters:
|
||||||
- '*.centrifuge.txt'
|
- "*.centrifuge.txt"
|
||||||
|
|
Loading…
Reference in a new issue