Skip to content

Commit

Permalink
Testing CI #1
Browse files Browse the repository at this point in the history
  • Loading branch information
tcasstevens committed Jul 24, 2024
1 parent decd5f6 commit 45a1e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/biokotlin/cli/MutateProteins.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import kotlin.random.Random
* The mutations can be deletions, point mutations, or insertions.
* The output is written to a new fasta file.
* The mutations can be put in or out of ranges defined by a bedfile.
* Testing CI #1
*/
class MutateProteins : CliktCommand(help = "Mutate Proteins") {

Expand Down

0 comments on commit 45a1e7a

Please sign in to comment.