Skip to content

Commit aec2228

Browse files
author
Tobias Andermann
committed
complete rewrite of align_sequences, added trimal trimming
1 parent 74905fe commit aec2228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secapr/align_sequences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def main(args):
203203

204204
# align sequence collections
205205
#too_short_alignments = []
206-
seq_collections = glob.glob(tmp_dir+'/*.fasta')[:40] #XXXXXXXXXXXXXXXXXXX REMOVE [:20]
206+
seq_collections = glob.glob(tmp_dir+'/*.fasta')
207207

208208

209209
pool_input = [[i,len(seq_collections),seq_collection,aligner,gap_opening_penalty,gap_extension_penalty,no_trim,trimal_setting,window_size,seq_proportion,conserve_alignment_percentage,min_length,outdir] for i,seq_collection in enumerate(seq_collections)]

0 commit comments

Comments
 (0)