mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 05:50:24 +08:00
Adding trimal cutoff as parameter
This commit is contained in:
parent
c0dfdb6248
commit
733851b957
@ -323,7 +323,7 @@ def cl_mafft(params):
|
||||
if file.split('.')[-1] in ('fasta', 'fas', 'faa'):
|
||||
os.system('mafft ' + params.output + '/Output/Pre-Guidance/' + file + ' > ' + params.output + '/Output/NotGapTrimmed/' + file)
|
||||
|
||||
os.system('Scripts/trimal-trimAl/source/trimal -in ' + params.output + '/Output/NotGapTrimmed/' + file + ' -out ' + params.output + '/Output/Guidance/' + file.split('.')[0] + '.95gapTrimmed.fasta' + ' -gapthreshold 0.05 -fasta')
|
||||
os.system('Scripts/trimal-trimAl/source/trimal -in ' + params.output + '/Output/NotGapTrimmed/' + file + ' -out ' + params.output + '/Output/Guidance/' + file.split('.')[0] + '.95gapTrimmed.fasta' + ' -gapthreshold ' + str(params.trimal_cutoff) + ' -fasta')
|
||||
|
||||
#Utility function to run FastTree in between iterations (if this is the chosen tree-building method)
|
||||
def cl_fasttree(params):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user