-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:bcgsc/rAMPage into main
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -324,25 +324,25 @@ USAGE(S): | |
rAMPage.sh [-a <address>] [-b] [-c <taxonomic class>] [-d] [-f] [-h] [-m] [-n <species name>] [-o <output directory>] [-p] [-r <FASTA.gz>] [-s] [-t <int>] [-v] <input reads TXT file> | ||
OPTIONS: | ||
-a <address> email address for alerts | ||
-b benchmark (uses /usr/bin/time -pv) | ||
-c <class> taxonomic class of the dataset (default = top-level directory in $outdir) | ||
-d debug mode of Makefile | ||
-f force characterization even if no AMPs found | ||
-h show help menu | ||
-m <target> Makefile target (default = exonerate) | ||
-n <species> taxonomic species or name of the dataset (default = second-level directory in $outdir) | ||
-o <directory> output directory (default = directory of input reads TXT file) | ||
-p run processes in parallel | ||
-r <FASTA.gz> reference transcriptome (accepted multiple times, *.fna.gz *.fsa_nt.gz) | ||
-s strand-specific library construction (default = false) | ||
-t <int> number of threads (default = 48) | ||
-v print version number | ||
-E <e-value> E-value threshold for homology search (default = 1e-5) | ||
-S <0 to 1> AMPlify score threshold for amphibian AMPs (default = 0.90) | ||
-L <int> Length threshold for AMPs (default = 30) | ||
-C <int> Charge threshold for AMPs (default = 2) | ||
-a <address> email address for alerts | ||
-c <class> taxonomic class of the dataset (default = top-level directory in $outdir) | ||
-d debug mode of Makefile | ||
-f force characterization even if no AMPs found | ||
-h show help menu | ||
-m <target> Makefile target (default = exonerate) | ||
-n <species> taxonomic species or name of the dataset (default = second-level directory in $outdir) | ||
-o <directory> output directory (default = directory of input reads TXT file) | ||
-p run processes in parallel | ||
-r <FASTA.gz> reference transcriptome (accepted multiple times, *.fna.gz *.fsa_nt.gz) | ||
-s strand-specific library construction (default = false) | ||
-t <int> number of threads (default = 48) | ||
-v print version number | ||
-E <e-value> E-value threshold for homology search (default = 1e-5) | ||
-S <0 to 1> AMPlify score threshold for amphibian AMPs (default = 0.90) | ||
-L <int> Length threshold for AMPs (default = 30) | ||
-C <int> Charge threshold for AMPs (default = 2) | ||
-R Disable redundancy removal during transcript assembly | ||
EXAMPLE(S): | ||
rAMPage.sh -a [email protected] -c class -n species -p -s -t 8 -o /path/to/output/directory -r /path/to/reference.fna.gz -r /path/to/reference.fsa_nt.gz /path/to/input.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters