mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
prettier
This commit is contained in:
parent
6aac5c2c40
commit
6ae405c5da
1 changed files with 9 additions and 9 deletions
|
@ -6,15 +6,15 @@
|
||||||
files:
|
files:
|
||||||
- path: output/vsearch/test.aln
|
- path: output/vsearch/test.aln
|
||||||
contains:
|
contains:
|
||||||
- "vsearch --usearch_global transcriptome.fasta --db genome.fasta --id 0.985 --threads 2 --alnout test.aln"
|
- "vsearch --usearch_global transcriptome.fasta --db genome.fasta --id 0.985 --threads 2 --alnout test.aln"
|
||||||
- "Query >lcl|MT192765.1_cds_QIK50427.1_2"
|
- "Query >lcl|MT192765.1_cds_QIK50427.1_2"
|
||||||
- "%Id TLen Target"
|
- "%Id TLen Target"
|
||||||
- "100% 29829 MT192765.1"
|
- "100% 29829 MT192765.1"
|
||||||
- "Query 3822nt >lcl|MT192765.1_cds_QIK50427.1_2"
|
- "Query 3822nt >lcl|MT192765.1_cds_QIK50427.1_2"
|
||||||
- "Target 29829nt >MT192765.1"
|
- "Target 29829nt >MT192765.1"
|
||||||
- "Qry 21249 + CAACAGAGTTGTTATTTCTAGTGATGTTCTTGTTAACAACTAA 21291"
|
- "Qry 21249 + CAACAGAGTTGTTATTTCTAGTGATGTTCTTGTTAACAACTAA 21291"
|
||||||
- "Tgt 21506 + CAACAGAGTTGTTATTTCTAGTGATGTTCTTGTTAACAACTAA 21548"
|
- "Tgt 21506 + CAACAGAGTTGTTATTTCTAGTGATGTTCTTGTTAACAACTAA 21548"
|
||||||
- "21291 cols, 21290 ids (100.0%), 1 gaps (0.0%)"
|
- "21291 cols, 21290 ids (100.0%), 1 gaps (0.0%)"
|
||||||
|
|
||||||
- name: vsearch usearchglobal test_vsearch_usearchglobal_userout
|
- name: vsearch usearchglobal test_vsearch_usearchglobal_userout
|
||||||
command: nextflow run ./tests/modules/vsearch/usearchglobal -entry test_vsearch_usearchglobal_userout -c ./tests/config/nextflow.config -c ./tests/modules/vsearch/usearchglobal/nextflow.config
|
command: nextflow run ./tests/modules/vsearch/usearchglobal -entry test_vsearch_usearchglobal_userout -c ./tests/config/nextflow.config -c ./tests/modules/vsearch/usearchglobal/nextflow.config
|
||||||
|
|
Loading…
Reference in a new issue