Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mtmalign #160

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,109 +35,109 @@ custom_table_header_config:
summary_stats:
perc_sim:
description: "Average percentage similarity between all sequences in the input fasta file."
group: "Fasta"
namespace: "Fasta"
max: 100
format: "{:,.2f}"
suffix: "%"
fasta:
description: "Input fasta file."
hidden: False
group: "Fasta"
namespace: "Fasta"
n_sequences:
description: "Number of sequences in the input fasta file."
hidden: False
group: "Fasta"
namespace: "Fasta"
scale: "Set2"
seqlength_mean:
description: "Average sequence length in the input fasta file."
hidden: False
group: "Fasta"
namespace: "Fasta"
format: "{:,.1f}"
seqlength_max:
description: "Maximum sequence length in the input fasta file."
hidden: True
group: "Fasta"
namespace: "Fasta"
format: "{:,.1f}"
seqlength_median:
description: "Median sequence length in the input fasta file."
hidden: True
group: "Fasta"
namespace: "Fasta"
format: "{:,.1f}"
sp:
description: "Sum of Pairs metric."
hidden: False
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
max: 100
tc:
description: "Total Column metric."
hidden: False
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
max: 100
EVALUATED:
description: "EVALUATED metric."
hidden: True
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
max: 100
APDB:
description: "APDB metric."
hidden: True
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
iRMSD:
description: "iRMSD metric."
hidden: True
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
TCS:
description: "TCS metric."
hidden: True
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
total_gaps:
description: "Total amount of gaps."
hidden: True
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
avg_gaps:
description: "Average amount of gaps per sequence."
hidden: True
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
NiRMSD:
description: "NiRMSD metric."
hidden: False
group: "Alignment"
namespace: "Alignment"
format: "{:,.1f}"
min: 0
tree:
description: "Tree used in the alignment."
hidden: False
group: "Alignment"
namespace: "Alignment"
scale: "Paired"
args_tree:
description: "Arguments used to build the tree."
hidden: True
group: "Alignment"
namespace: "Alignment"
args_tree_clean:
description: "Arguments used to build the tree."
hidden: True
group: "Alignment"
namespace: "Alignment"
aligner:
description: "Aligner used."
hidden: False
group: "Alignment"
namespace: "Alignment"
scale: "Paired"
args_aligner:
description: "Arguments used to run the aligner."
hidden: True
group: "Alignment"
namespace: "Alignment"
args_aligner_clean:
description: "Arguments used to run the aligner."
hidden: True
group: "Alignment"
namespace: "Alignment"

table_columns_placement:
summary_stats:
Expand Down
4 changes: 2 additions & 2 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
},
"mtmalign/align": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"git_sha": "4eecd9a0c06fa508ae314c06ac952c161c019679",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "06c8865e36741e05ad32ef70ab3fac127486af48",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"muscle5/super5": {
Expand Down
10 changes: 4 additions & 6 deletions modules/nf-core/mtmalign/align/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 36 additions & 24 deletions modules/nf-core/mtmalign/align/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

53 changes: 45 additions & 8 deletions modules/nf-core/mtmalign/align/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/multiqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading