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
The function annotation_files has a wrong filepath for output files. I think the best workaround is replace string "temp" with the variable outdir in the def annotation_files()
The functionclustal_alignment has get_cmd("clustalw") giving an error when running clustal. A tip is replace "clustalw" with "clustalw2".
The text was updated successfully, but these errors were encountered:
The function
annotation_files
has a wrong filepath for output files. I think the best workaround is replace string "temp" with the variableoutdir
in the def annotation_files()The function
clustal_alignment
hasget_cmd("clustalw")
giving an error when running clustal. A tip is replace "clustalw" with "clustalw2".The text was updated successfully, but these errors were encountered: