Skip to content

Commit

Permalink
Update bin/ratio_evalue_table.py v4 metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
mberacochea authored Jul 17, 2023
1 parent 1990571 commit 6078c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ratio_evalue_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def ratio_evalue(vphmm_df, taxa_dict, evalue):
help="domtbl generated with Generate_vphmm_hmmer_matrix.py",
required=True)
parser.add_argument("-t", "--taxa", dest="taxa_tsv",
help="TSV file: additional_data_vpHMMs_v{1,2,3}.tsv", required=True)
help="TSV file: additional_data_vpHMMs_v{1,2,3,4}.tsv", required=True)
parser.add_argument("-o", "--outfile", dest="out_file",
help="Output table name (default: cwd)",
default=".")
Expand Down

0 comments on commit 6078c04

Please sign in to comment.