Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sequana_pipelines/ribofinder/ribofinder.rules
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ elif get_annot_file().endswith(".gbk"):
elif get_annot_file().endswith(".gff") or get_annot_file().endswith(".gff3"):
for this in [input_fasta, get_annot_file()]:
if os.path.exists(this) is False:
raise IOError("File {} not found".format(input_fasta))
raise IOError(f"File {this} not found")


rule build_feature_fasta:
Expand Down