Skip to content

Commit

Permalink
complete rewrite of align_sequences, added trimal trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Andermann committed Jan 15, 2021
1 parent 74905fe commit aec2228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secapr/align_sequences.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def main(args):

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


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)]
Expand Down

0 comments on commit aec2228

Please sign in to comment.