Skip to content

Commit b345b74

Browse files
author
Tobias Andermann
committed
fixed help functino
1 parent 980e174 commit b345b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

secapr/add_missing_sequences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22
#author: Tobias Hofmann, [email protected]
33
"""
4-
This script will add dummy sequences '?' for missing taxa in each alignments, making sure that all alignments in the input folder contain the same taxa (as required for e.g. *BEAST).",
4+
This script will add dummy sequences '?' for missing taxa in each alignments, making sure that all alignments in the input folder contain the same taxa (as required for e.g. *BEAST)
55
"""
66

77
import os

secapr/quality_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# encoding: utf-8
22
#author: Tobias Andermann, [email protected]
33
"""
4-
This script runs a fastqc test on all fastq samples in a user-provided folder and creates an overview plot,
4+
This script runs a fastqc test on all fastq samples in a user-provided folder and creates an overview plot
55
"""
66

77
import matplotlib

0 commit comments

Comments
 (0)