You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inputTaxId =Nothing&= name "t"&= help "NCBI taxonomy ID number of input RNA organism",
46
48
inputnSCICutoff =Just (1::Double) &= name "z"&= help "Only candidate sequences with a normalized structure conservation index (nSCI) higher than this value are accepted. Default: 1",
47
49
inputEvalueCutoff =Just (0.001::Double) &= name "e"&= help "Evalue cutoff for cmsearch filtering. Default: 0.001",
48
-
inputBlastDatabase =Just"nt"&= name "b"&= help "Specify name of blast database to use. Default: nt",
50
+
inputBlastDatabase =Just"nt"&= name "b"&= help "Specify name of blast database to use, in offline mode the filepath to the blast database (/home/user/nt_v5). Default: nt",
49
51
lengthFilter =True&= name "l"&= help "Filter blast hits per genomic length. Default: True",
50
52
coverageFilter =True&= name "a"&= help "Filter blast hits by coverage of at least 80%. Default: True",
51
53
singleHitperTax =False&= name "s"&= help "Only the best blast hit per taxonomic entry is considered. Default: False",
@@ -56,8 +58,9 @@ options = Options
56
58
taxonomyRestriction =Nothing&= name "r"&= help "Restrict search space to taxonomic kingdom (bacteria,archea,eukaryia). Default: not set",
57
59
sessionIdentificator =Nothing&= name "d"&= help "Optional session id that is used instead of automatically generated one.",
58
60
performEvaluation =True&= name "x"&= help "Perform evaluation step. Default: True",
59
-
checkSetup =False&= name "g"&= help "Just prints installed tool versions and performs connection check. Default: False"
60
-
} &= summary ("RNAlien "++ alienVersion) &= help "Florian Eggenhofer, Ivo L. Hofacker, Christian Hoener zu Siederdissen - 2013 - 2017"&= verbosity
61
+
checkSetup =False&= name "g"&= help "Just prints installed tool versions and performs connection check. Default: False",
62
+
offlineMode =False&= name "j"&= help "Uses locally installed blast and databases. Default: False"
63
+
} &= summary ("RNAlien "++ alienVersion) &= help "Florian Eggenhofer, Ivo L. Hofacker, Christian Hoener zu Siederdissen - 2013 - 2019"&= verbosity
0 commit comments