From e9b27ae7b8c3f7cb7a4f0e6a9926b0019ecc5fe0 Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Wed, 6 Mar 2024 20:03:23 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205c0db?= =?UTF-8?q?77d0e9b09e8dc679aedfdc41f20fc7dea28=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/advanced/index.rst.txt | 90 ++++++++++++++++++++++++-------- advanced/index.html | 51 ++++++++++++++++-- index.html | 2 + objects.inv | Bin 487 -> 515 bytes searchindex.js | 2 +- 5 files changed, 116 insertions(+), 29 deletions(-) diff --git a/_sources/advanced/index.rst.txt b/_sources/advanced/index.rst.txt index b39d4d1..ec02b7c 100644 --- a/_sources/advanced/index.rst.txt +++ b/_sources/advanced/index.rst.txt @@ -10,6 +10,8 @@ This section describes the various features and options of ClipKIT. - Log_ - Complementary_ - Codon_ +- Gaps_ +- `Gap Characters`_ - `Sequence Type`_ - `All options`_ @@ -138,6 +140,44 @@ codon will be trimmed. To conduct codon-based trimming, use the -co/\\-\\-codon | +.. _Gaps: + +Gaps +---- + +Positions with gappyness greater than threshold will be trimmed. +Must be between 0 and 1. (Default: 0.9). This argument is ignored +when using the kpi and kpic mdoes of trimming as well as an +iteration of trimming that uses smart-gap. + +To specify a gaps threshold, use the -g/\\-\\-gaps argument. + +.. code-block:: shell + + clipkit --gaps 0.4 + + # or + + clipkit --g 0.4 + +| + +.. _`Gap Characters`: + +Gap Characters +-------------- + +Specifies gap characters used in the input file. For example, +"NnXx-?" would specify that "N", "n", "X", "x", "-", and "?" are +gap characters. Note, the first gap character cannot be "-" because +the parser will interpret the gaps list as a new argument. + +.. code-block:: shell + + clipkit -gc NnXx-? + +| + .. _`Sequence Type`: Sequence Type @@ -171,29 +211,33 @@ All options --------------------- -+-----------------------------+-------------------------------------------------------------------+ -| Option | Usage and meaning | -+=============================+===================================================================+ -| -h/\\-\\-help | Print help message | -+-----------------------------+-------------------------------------------------------------------+ -| -v/\\-\\-version | Print software version | -+-----------------------------+-------------------------------------------------------------------+ -| -m/\\-\\-mode | Specify trimming mode (default: smart-gap) | -+-----------------------------+-------------------------------------------------------------------+ -| -o/\\-\\-output | Specify output file name | -+-----------------------------+-------------------------------------------------------------------+ -| -g/\\-\\-gaps | Specify gappyness threshold (between 0 and 1). *Default: 0.9* | -+-----------------------------+-------------------------------------------------------------------+ -| -co/\\-\\-codon | Codon codon-based trimming. *Default: off* | -+-----------------------------+-------------------------------------------------------------------+ -| -if/\\-\\-input_file_format | Specify input file format*. *Default: auto-detect* | -+-----------------------------+-------------------------------------------------------------------+ -| -of/\\-\\-output_file_format| Specify output file format*. *Default: input file type* | -+-----------------------------+-------------------------------------------------------------------+ -| -l/\\-\\-log | Create a log file. *Default: off* | -+-----------------------------+-------------------------------------------------------------------+ -| -c/\\-\\-complementary | Create a complementary alignment file. *Default: off* | -+-----------------------------+-------------------------------------------------------------------+ ++-----------------------------+-----------------------------------------------------------------------+ +| Option | Usage and meaning | ++=============================+=======================================================================+ +| -h/\\-\\-help | Print help message | ++-----------------------------+-----------------------------------------------------------------------+ +| -v/\\-\\-version | Print software version | ++-----------------------------+-----------------------------------------------------------------------+ +| -m/\\-\\-mode | Specify trimming mode (default: smart-gap) | ++-----------------------------+-----------------------------------------------------------------------+ +| -o/\\-\\-output | Specify output file name | ++-----------------------------+-----------------------------------------------------------------------+ +| -g/\\-\\-gaps | Specify gappyness threshold (between 0 and 1). *Default: 0.9* | ++-----------------------------+-----------------------------------------------------------------------+ +| -gc/\\-\\-gap_characters | Specifies gap characters used in input file (AAs: Xx-?*; NTs: XxNn-?* | ++-----------------------------+-----------------------------------------------------------------------+ +| -co/\\-\\-codon | Codon codon-based trimming. *Default: off* | ++-----------------------------+-----------------------------------------------------------------------+ +| -s/\\-\\-sequence | Specifies sequence type of input file. *Default: auto-detect* | ++-----------------------------+-----------------------------------------------------------------------+ +| -if/\\-\\-input_file_format | Specify input file format*. *Default: auto-detect* | ++-----------------------------+-----------------------------------------------------------------------+ +| -of/\\-\\-output_file_format| Specify output file format*. *Default: input file type* | ++-----------------------------+-----------------------------------------------------------------------+ +| -l/\\-\\-log | Create a log file. *Default: off* | ++-----------------------------+-----------------------------------------------------------------------+ +| -c/\\-\\-complementary | Create a complementary alignment file. *Default: off* | ++-----------------------------+-----------------------------------------------------------------------+ \*Acceptable file formats include: diff --git a/advanced/index.html b/advanced/index.html index dd7133b..fd80062 100644 --- a/advanced/index.html +++ b/advanced/index.html @@ -94,6 +94,8 @@
  • Log
  • Complementary
  • Codon
  • +
  • Gaps
  • +
  • Gap Characters
  • Sequence Type
  • All options
  • @@ -174,6 +176,8 @@

    Advanced UsageLog

  • Complementary

  • Codon

  • +
  • Gaps

  • +
  • Gap Characters

  • Sequence Type

  • All options

  • @@ -289,8 +293,39 @@

    Output

    +
    +

    Gaps

    +

    Positions with gappyness greater than threshold will be trimmed. +Must be between 0 and 1. (Default: 0.9). This argument is ignored +when using the kpi and kpic mdoes of trimming as well as an +iteration of trimming that uses smart-gap.

    +

    To specify a gaps threshold, use the -g/--gaps argument.

    +
        clipkit <input> --gaps 0.4
    +
    +# or
    +
    +    clipkit <input> --g 0.4
    +
    +
    +
    +

    +
    +
    +
    +

    Gap Characters

    +

    Specifies gap characters used in the input file. For example, +“NnXx-?” would specify that “N”, “n”, “X”, “x”, “-“, and “?” are +gap characters. Note, the first gap character cannot be “-” because +the parser will interpret the gaps list as a new argument.

    +
    clipkit <input> -gc NnXx-?
    +
    +
    +
    +

    +
    +
    -

    Sequence Type

    +

    Sequence Type

    Specifies the type of sequences in the input file. The default is auto-detection of sequence type. Valid options include aa or nt for amino acids and nucleotides. This argument @@ -311,11 +346,11 @@

    Output

    -

    All options

    +

    All options

    --++ @@ -338,9 +373,15 @@

    Output

    - + + + + + + + diff --git a/index.html b/index.html index a12cacf..2a56d0d 100644 --- a/index.html +++ b/index.html @@ -253,6 +253,8 @@

    Quick StartLog
  • Complementary
  • Codon
  • +
  • Gaps
  • +
  • Gap Characters
  • Sequence Type
  • All options
  • diff --git a/objects.inv b/objects.inv index c03e5f91b937c5b9ab8ba33a017b4f0dcad3812c..a59dedb85d639bd0d5c7bacccd3bf2c8b4834f81 100644 GIT binary patch delta 406 zcmV;H0crl{1A_#RcYohcgD?=s-}_fI(bsBx^^Gjin7FuQ`b;`{z_LPFTU7pguP~t9 znDExS`+n|M3w*C?`*%z!cOrHA;&gQG!1{zLtNW=q^GFy76~ zrEMCU<4+*CI|E!Nc?fpCj@fnbjr$Xt_FKd1wy9u#qYu5DwenpLf1*YH0CO@FM4

    gcYj?^!ypuf@A(xZdW*(e@0ukhCK|U)uNziQ+hr6wplbiUK)+z? zZ13Ql_c@=m^dKAacoYnNu{P|P$qbVxOegb0X)2BrXF!yFQ;`9i0U}S&^fvsZX#t3G zj%96*QfNQJSOB1$o?|FiaBi%Vw<*;pV5z-nKbknqOR_^t+OY3caedSR z#6*vE4c1Qg>W=6tNuby@$Lxgnwn>AomN`F}H#_}GGSF+p?@s9CGqu(&85~_PR@`vt ztCpq&m1>!rA9AW7CSzZi(R;{9eYh(gu4s-62Xiy-RiMVyjaf4Qf@)B?RF(5x^glW5 zvNdS!o?DD>12`Eq=sz@UXfegj1k-L7mbPt8X}`p1cN(b5${6fy9kcKJTlYKC{=wVq XrmbOlqJx}x`F?;u?G60_p}*+H$m_PW diff --git a/searchindex.js b/searchindex.js index 17527a9..c85a601 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["about/index","advanced/index","change_log/index","frequently_asked_questions/index","index","other_software/index","performance_assessment/index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["about/index.rst","advanced/index.rst","change_log/index.rst","frequently_asked_questions/index.rst","index.rst","other_software/index.rst","performance_assessment/index.rst"],objects:{},objnames:{},objtypes:{},terms:{"7th":6,"case":1,"default":[1,2,6],"long":2,"new":2,For:[1,3,6],His:0,The:[1,2,4,6],These:[0,4],Using:[0,1],abbrevi:6,about:[1,4,6],abov:[1,6],aca:6,accept:1,access:0,accord:6,accur:[4,6],accuraci:6,achiev:0,acid:[1,2,3],across:6,activ:4,addit:6,adjac:6,advanc:4,after:[3,6],aga:6,aim:0,algorithm:3,align:[0,1,2,3,4,6],all:4,along:6,altern:[0,4],amino:[1,2,3],among:6,anaconda:4,analys:1,analysi:0,anim:0,antoni:0,append:1,applic:3,approach:[0,2,6],appropri:[1,2],argument:[1,2],assess:[0,4],assist:0,auto:1,avail:4,avenu:0,averag:[3,6],axi:6,backend:0,base:[1,2,6],becom:3,been:[0,6],being:2,below:4,benchmark:4,better:6,between:[1,6],beyond:0,bigger:3,bin:[4,6],bioconda:4,bioinformat:0,biolog:0,biologi:[0,4,6],biopython:2,bipartit:6,bmge:6,both:0,branch:6,brief:6,broadli:0,bud:0,buida:0,calcul:6,can:[0,1,3,4],carri:2,caus:0,chair:0,chang:4,charact:[1,2,3],characterist:4,choos:6,cite:4,clip:0,clipkit:[0,1,2,3,4,6],clone:4,cloud:4,clustal:1,code:2,codon:[2,3,4],col1:1,col2:1,col3:1,col4:1,color:0,column:1,com:4,combin:[0,1],come:0,command:[3,4],commun:0,compar:0,comparison:6,complementari:4,complex:0,comput:[0,3],computation:3,conda:4,conduct:1,consecut:6,consid:[1,3],constant:1,contact:3,continu:3,contrast:6,corneliu:0,correspond:6,could:1,creat:[1,4],current:[0,3],data:0,dataset:[0,3,6],deactiv:4,deep:6,deriv:6,describ:1,descript:2,design:0,desir:6,detail:[0,4,6],detect:1,determin:[1,2,6],develop:[3,4,5],diagnost:1,differ:[1,6],direct:3,director:0,displai:4,distanc:6,distribut:6,diverg:[0,6],divers:0,dna:0,doe:3,doi:[4,6],domest:0,domin:0,download:4,dure:[3,6],dynam:[1,2,6],each:[1,6],earli:0,ecolog:0,educ:0,eep:0,effici:3,eight:[0,1],eleg:0,email:3,empir:[0,6],engag:0,engin:0,ensur:[4,6],entri:1,entropi:6,environ:[3,4],environemnt:4,equal:6,erron:0,error:[0,4],etc:1,even:3,evolut:0,evolutionari:[0,6],examin:6,exampl:[1,6],excess:6,execut:[0,4],experiment:0,expertis:0,explor:[0,5],extens:0,extract:0,extrem:6,facilit:6,factor:[0,6],faq:4,fast:4,fasta:1,favorit:4,featur:1,fellow:0,figur:6,filament:0,file:[1,4],filter:0,find:0,fine:1,first:6,fix:2,flagship:0,flexibl:[0,4],flower:0,foci:0,focu:0,focus:0,follow:[4,5,6],form:4,format:1,forth:6,fould:6,found:[3,4],foundat:0,four:[1,6],fraction:6,from:[0,1,2,4,6],fungal:0,fungi:0,gain:0,gap:[1,2,3,4],gappi:[1,6],gappy:[1,6],gblock:6,gener:6,genom:0,get:2,gilliam:0,git:4,github:4,graduat:0,grate:5,great:3,greater:6,greatest:6,gtat:6,had:6,half:6,handl:2,happen:2,has:[0,6],have:[0,1,3,4,5],help:[1,2,4],here:[0,2,4],herein:1,highest:6,highli:[0,6],highlight:0,his:0,homolog:0,hood:2,howard:0,howev:0,http:4,hue:0,hugh:0,human:0,identifi:[0,2],iii:0,implement:[0,1,6],includ:[0,1,4],incongru:[0,2],incorpor:2,indel:6,infer:[0,3,4,6],influenc:0,inform:[0,1,4],ing:0,initi:0,innov:0,input:[1,4],input_file_format:1,insect:0,insensit:1,insight:0,instal:[3,4],institut:0,instruct:[3,4],integr:6,interest:[0,5],introduc:[2,6],investig:0,iqtree2:6,issu:3,its:4,jacob:0,jlsteenwyk:4,journal:[4,6],kcg:6,keep:[1,4],kei:0,kept:[1,2],kolor:0,kpi:[1,6],kpic:[1,6],lab:0,laboratori:0,larg:6,lead:0,left:6,length:6,less:[3,6],lies:0,life:0,lifestyl:0,light:0,like:5,line:[3,4],link:5,log:4,lowest:6,made:[0,4],maf:1,mai:0,main:[0,3],mainli:0,maintain:0,major:2,make:[0,4],mammalian:0,match:0,matter:1,mauv:1,maximum:6,mean:1,measur:6,medic:0,member:4,memori:3,messag:[1,2],metazoan:0,method:[0,4],metric:6,microbi:0,mode:[2,4,6],molecular:0,more:[4,6],most:6,motiv:6,msa:[0,6],much:6,multipl:[0,3,4,6],multipli:6,must:4,name:1,need:0,next:6,nformat:0,noisi:6,normal:6,note:[4,6],now:[2,6],npi:1,nucleotid:[1,2,3],number:[1,6],obtain:1,off:1,often:0,one:[1,2,6],ones:0,onli:[1,3,6],option:4,order:6,org:4,other:[0,1,3,4,6],our:[0,5],out:0,output:[2,4],output_file_format:1,over:2,panel:0,paramet:[0,1,6],parismoni:1,parsimoni:1,part:0,pathogen:0,pattern:0,pbio:[4,6],per:6,percentag:6,perform:[0,4],permiss:4,person:0,personnel:0,phylip:1,phylogenet:[0,4],phylogenom:[4,6],pip:4,plant:0,pleas:[3,4,5,6],plo:[4,6],point:6,poor:4,posit:[1,2],possibl:0,pregnanc:0,present:0,print:1,problem:0,process:0,professor:0,project:0,python:4,random:6,rang:6,rank:6,rapidli:4,rather:[0,2],recent:0,recommend:[1,4,6],reconstruct:0,record:0,reduc:3,refer:6,rel:6,relationship:0,relax:1,remain:6,remov:[0,1,4,6],report:1,repres:4,requir:3,research:0,respect:1,result:[0,6],retain:[0,6],reveal:[0,6],right:6,rimmer:0,robinson:6,roka:0,run:[1,3,4],same:[1,3,6],satur:0,scale:0,scienc:0,search:3,section:1,see:[0,5,6],senior:0,sequenc:[0,2,3,4,6],sequenti:1,shallow:6,shape:6,shen:0,shorter:3,should:[1,3],side:0,signal:4,similarli:4,simpl:0,simpliest:4,simul:[0,6],sinc:0,site:[0,1,4,6],slope:6,smart:[1,2,4],softwar:[0,1,3,4,6],solut:0,soon:0,sourc:[0,4],span:6,speci:0,specif:6,specifi:[1,2],stabil:0,start:[1,6],state:0,steenwyk:[0,4,6],stem:6,step:6,still:3,stockholm:1,strategi:0,streamer:0,strict:6,strictplu:6,strongli:4,studi:0,substitut:0,suffix:[1,4],suggest:0,summar:2,support:6,tan:[0,6],team:4,test:6,than:[0,2,6],thesi:0,thi:[0,1,5],third:1,thoma:0,those:4,three:6,threshold:[1,2,6],through:0,thu:6,time:3,timescal:6,tip:6,too:[5,6],tool:[3,4],top:[0,6],total:6,tree:[0,3,6],trim:[0,1,2,3,4,6],trimal:6,trimmer:6,troubl:3,tune:1,twitch:0,twitter:3,two:[4,6],type:4,underneath:2,understand:0,univers:0,unsur:1,usag:4,use:[1,4,6],used:[1,2,6],useful:[1,4],user:1,using:[0,1,3,4,6],valid:1,valu:[3,6],vanderbilt:0,variou:[1,6],venv:4,veri:1,version:[1,6],via:[3,4],view:0,viewer:0,virtual:[3,4],visit:4,websit:[0,3],well:[1,3],were:[1,6],what:[1,2,3,6],when:[2,4,6],which:[0,1,6],whole:[1,2],why:3,word:3,work:[0,3],workflow:4,wors:0,would:6,xing:0,yeast:0,yet:0,you:[1,3,4,5],your:4,yuan:0,zhejiang:0},titles:["About","Advanced Usage","Change log","FAQ","Quick Start","Other software","Performance Assessment"],titleterms:{The:0,about:0,advanc:1,all:1,assess:6,benchmark:6,chang:2,codon:1,complementari:1,develop:0,faq:3,gap:6,log:[1,2],member:0,mode:1,more:0,option:1,other:5,output:1,perform:6,quick:4,sequenc:1,smart:6,softwar:5,start:4,team:0,type:1,usag:1}}) \ No newline at end of file +Search.setIndex({docnames:["about/index","advanced/index","change_log/index","frequently_asked_questions/index","index","other_software/index","performance_assessment/index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":2,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["about/index.rst","advanced/index.rst","change_log/index.rst","frequently_asked_questions/index.rst","index.rst","other_software/index.rst","performance_assessment/index.rst"],objects:{},objnames:{},objtypes:{},terms:{"7th":6,"case":1,"default":[1,2,6],"long":2,"new":[1,2],AAs:1,For:[1,3,6],His:0,NTs:1,The:[1,2,4,6],These:[0,4],Using:[0,1],abbrevi:6,about:[1,4,6],abov:[1,6],aca:6,accept:1,access:0,accord:6,accur:[4,6],accuraci:6,achiev:0,acid:[1,2,3],across:6,activ:4,addit:6,adjac:6,advanc:4,after:[3,6],aga:6,aim:0,algorithm:3,align:[0,1,2,3,4,6],all:4,along:6,altern:[0,4],amino:[1,2,3],among:6,anaconda:4,analys:1,analysi:0,anim:0,antoni:0,append:1,applic:3,approach:[0,2,6],appropri:[1,2],argument:[1,2],assess:[0,4],assist:0,auto:1,avail:4,avenu:0,averag:[3,6],axi:6,backend:0,base:[1,2,6],becaus:1,becom:3,been:[0,6],being:2,below:4,benchmark:4,better:6,between:[1,6],beyond:0,bigger:3,bin:[4,6],bioconda:4,bioinformat:0,biolog:0,biologi:[0,4,6],biopython:2,bipartit:6,bmge:6,both:0,branch:6,brief:6,broadli:0,bud:0,buida:0,calcul:6,can:[0,1,3,4],cannot:1,carri:2,caus:0,chair:0,chang:4,charact:[2,3,4],characterist:4,choos:6,cite:4,clip:0,clipkit:[0,1,2,3,4,6],clone:4,cloud:4,clustal:1,code:2,codon:[2,3,4],col1:1,col2:1,col3:1,col4:1,color:0,column:1,com:4,combin:[0,1],come:0,command:[3,4],commun:0,compar:0,comparison:6,complementari:4,complex:0,comput:[0,3],computation:3,conda:4,conduct:1,consecut:6,consid:[1,3],constant:1,contact:3,continu:3,contrast:6,corneliu:0,correspond:6,could:1,creat:[1,4],current:[0,3],data:0,dataset:[0,3,6],deactiv:4,deep:6,deriv:6,describ:1,descript:2,design:0,desir:6,detail:[0,4,6],detect:1,determin:[1,2,6],develop:[3,4,5],diagnost:1,differ:[1,6],direct:3,director:0,displai:4,distanc:6,distribut:6,diverg:[0,6],divers:0,dna:0,doe:3,doi:[4,6],domest:0,domin:0,download:4,dure:[3,6],dynam:[1,2,6],each:[1,6],earli:0,ecolog:0,educ:0,eep:0,effici:3,eight:[0,1],eleg:0,email:3,empir:[0,6],engag:0,engin:0,ensur:[4,6],entri:1,entropi:6,environ:[3,4],environemnt:4,equal:6,erron:0,error:[0,4],etc:1,even:3,evolut:0,evolutionari:[0,6],examin:6,exampl:[1,6],excess:6,execut:[0,4],experiment:0,expertis:0,explor:[0,5],extens:0,extract:0,extrem:6,facilit:6,factor:[0,6],faq:4,fast:4,fasta:1,favorit:4,featur:1,fellow:0,figur:6,filament:0,file:[1,4],filter:0,find:0,fine:1,first:[1,6],fix:2,flagship:0,flexibl:[0,4],flower:0,foci:0,focu:0,focus:0,follow:[4,5,6],form:4,format:1,forth:6,fould:6,found:[3,4],foundat:0,four:[1,6],fraction:6,from:[0,1,2,4,6],fungal:0,fungi:0,gain:0,gap:[2,3,4],gap_charact:1,gappi:[1,6],gappy:[1,6],gblock:6,gener:6,genom:0,get:2,gilliam:0,git:4,github:4,graduat:0,grate:5,great:3,greater:[1,6],greatest:6,gtat:6,had:6,half:6,handl:2,happen:2,has:[0,6],have:[0,1,3,4,5],help:[1,2,4],here:[0,2,4],herein:1,highest:6,highli:[0,6],highlight:0,his:0,homolog:0,hood:2,howard:0,howev:0,http:4,hue:0,hugh:0,human:0,identifi:[0,2],ignor:1,iii:0,implement:[0,1,6],includ:[0,1,4],incongru:[0,2],incorpor:2,indel:6,infer:[0,3,4,6],influenc:0,inform:[0,1,4],ing:0,initi:0,innov:0,input:[1,4],input_file_format:1,insect:0,insensit:1,insight:0,instal:[3,4],institut:0,instruct:[3,4],integr:6,interest:[0,5],interpret:1,introduc:[2,6],investig:0,iqtree2:6,issu:3,iter:1,its:4,jacob:0,jlsteenwyk:4,journal:[4,6],kcg:6,keep:[1,4],kei:0,kept:[1,2],kolor:0,kpi:[1,6],kpic:[1,6],lab:0,laboratori:0,larg:6,lead:0,left:6,length:6,less:[3,6],lies:0,life:0,lifestyl:0,light:0,like:5,line:[3,4],link:5,list:1,log:4,lowest:6,made:[0,4],maf:1,mai:0,main:[0,3],mainli:0,maintain:0,major:2,make:[0,4],mammalian:0,match:0,matter:1,mauv:1,maximum:6,mdoe:1,mean:1,measur:6,medic:0,member:4,memori:3,messag:[1,2],metazoan:0,method:[0,4],metric:6,microbi:0,mode:[2,4,6],molecular:0,more:[4,6],most:6,motiv:6,msa:[0,6],much:6,multipl:[0,3,4,6],multipli:6,must:[1,4],name:1,need:0,next:6,nformat:0,nnxx:1,noisi:6,normal:6,note:[1,4,6],now:[2,6],npi:1,nucleotid:[1,2,3],number:[1,6],obtain:1,off:1,often:0,one:[1,2,6],ones:0,onli:[1,3,6],option:4,order:6,org:4,other:[0,1,3,4,6],our:[0,5],out:0,output:[2,4],output_file_format:1,over:2,panel:0,paramet:[0,1,6],parismoni:1,parser:1,parsimoni:1,part:0,pathogen:0,pattern:0,pbio:[4,6],per:6,percentag:6,perform:[0,4],permiss:4,person:0,personnel:0,phylip:1,phylogenet:[0,4],phylogenom:[4,6],pip:4,plant:0,pleas:[3,4,5,6],plo:[4,6],point:6,poor:4,posit:[1,2],possibl:0,pregnanc:0,present:0,print:1,problem:0,process:0,professor:0,project:0,python:4,random:6,rang:6,rank:6,rapidli:4,rather:[0,2],recent:0,recommend:[1,4,6],reconstruct:0,record:0,reduc:3,refer:6,rel:6,relationship:0,relax:1,remain:6,remov:[0,1,4,6],report:1,repres:4,requir:3,research:0,respect:1,result:[0,6],retain:[0,6],reveal:[0,6],right:6,rimmer:0,robinson:6,roka:0,run:[1,3,4],same:[1,3,6],satur:0,scale:0,scienc:0,search:3,section:1,see:[0,5,6],senior:0,sequenc:[0,2,3,4,6],sequenti:1,shallow:6,shape:6,shen:0,shorter:3,should:[1,3],side:0,signal:4,similarli:4,simpl:0,simpliest:4,simul:[0,6],sinc:0,site:[0,1,4,6],slope:6,smart:[1,2,4],softwar:[0,1,3,4,6],solut:0,soon:0,sourc:[0,4],span:6,speci:0,specif:6,specifi:[1,2],stabil:0,start:[1,6],state:0,steenwyk:[0,4,6],stem:6,step:6,still:3,stockholm:1,strategi:0,streamer:0,strict:6,strictplu:6,strongli:4,studi:0,substitut:0,suffix:[1,4],suggest:0,summar:2,support:6,tan:[0,6],team:4,test:6,than:[0,1,2,6],thesi:0,thi:[0,1,5],third:1,thoma:0,those:4,three:6,threshold:[1,2,6],through:0,thu:6,time:3,timescal:6,tip:6,too:[5,6],tool:[3,4],top:[0,6],total:6,tree:[0,3,6],trim:[0,1,2,3,4,6],trimal:6,trimmer:6,troubl:3,tune:1,twitch:0,twitter:3,two:[4,6],type:4,underneath:2,understand:0,univers:0,unsur:1,usag:4,use:[1,4,6],used:[1,2,6],useful:[1,4],user:1,uses:1,using:[0,1,3,4,6],valid:1,valu:[3,6],vanderbilt:0,variou:[1,6],venv:4,veri:1,version:[1,6],via:[3,4],view:0,viewer:0,virtual:[3,4],visit:4,websit:[0,3],well:[1,3],were:[1,6],what:[1,2,3,6],when:[1,2,4,6],which:[0,1,6],whole:[1,2],why:3,word:3,work:[0,3],workflow:4,wors:0,would:[1,6],xing:0,xxnn:1,yeast:0,yet:0,you:[1,3,4,5],your:4,yuan:0,zhejiang:0},titles:["About","Advanced Usage","Change log","FAQ","Quick Start","Other software","Performance Assessment"],titleterms:{The:0,about:0,advanc:1,all:1,assess:6,benchmark:6,chang:2,charact:1,codon:1,complementari:1,develop:0,faq:3,gap:[1,6],log:[1,2],member:0,mode:1,more:0,option:1,other:5,output:1,perform:6,quick:4,sequenc:1,smart:6,softwar:5,start:4,team:0,type:1,usag:1}}) \ No newline at end of file

    Option

    -g/--gaps

    Specify gappyness threshold (between 0 and 1). Default: 0.9

    -co/--codon

    -gc/--gap_characters

    Specifies gap characters used in input file (AAs: Xx-?*; NTs: XxNn-?*

    -co/--codon

    Codon codon-based trimming. Default: off

    -s/--sequence

    Specifies sequence type of input file. Default: auto-detect

    -if/--input_file_format

    Specify input file format*. Default: auto-detect