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
parser.add_argument("-h", "--help", action="help", default=argparse.SUPPRESS, help= "Concatenate the fasta sequences into a file giving a text file with the path to each fasta per line")
parser.add_argument("-i", help= "-i: list of fasta paths, one per line", required = "True")
parser.add_argument("-o", help= "-o: concatenated fasta sequence", required = "True")