Skip to content

The program sometimes clears all contents of source sequence files #29

@heqin-zhu

Description

@heqin-zhu

I find that the program sometimes will truncate source files, namely clear all contents of the source files. After checking the code, I find the following function that convert multi-line fasta to single-line fasta. Perhaps writing to a new file instead of origin source file will be better.

FastaMLtoSL(args.inputs)

with open(outFile,"w") as newFasta:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions