Skip to content

Commit

Permalink
line.startswith
Browse files Browse the repository at this point in the history
  • Loading branch information
emarinier committed Oct 30, 2024
1 parent c7dfc23 commit 32838e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neptune/JobManagerParallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def createDatabaseJob(

for line in inputFile:

if line[0] == ">":
if line.startswith(">"):
aggregatedFile.write(">" + str(ID) + "\n")

else:
Expand Down

0 comments on commit 32838e1

Please sign in to comment.