Skip to content

Commit

Permalink
Add ska.rust citation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed May 27, 2024
1 parent 4b2488f commit d5091b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/scripts/generate_ska_alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def ska_map_sequences(seq, k = None, ref = None):
' --out ' + args.out + '.csv',
shell = True)

sys.stderr.write("Completed generating alignment with ska2 (https://github.com/bacpop/ska.rust)\n")
sys.stderr.write("Completed generating alignment with ska2 (https://github.com/bacpop/ska.rust)\nPlease cite https://doi.org/10.1101/2024.03.25.586631\n")

# Clean up
if not args.no_cleanup:
Expand Down

0 comments on commit d5091b5

Please sign in to comment.