{"id":17278202,"url":"https://github.com/mojaveazure/bruteforcealgorithms","last_synced_at":"2025-07-07T22:14:21.147Z","repository":{"id":96492574,"uuid":"44954566","full_name":"mojaveazure/BruteForceAlgorithms","owner":"mojaveazure","description":"A collection of scripts for the Does[0]Compute? session on brute force algorithms","archived":false,"fork":false,"pushed_at":"2015-10-29T17:04:36.000Z","size":167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T15:40:38.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://morrell-lab.cfans.umn.edu/compute/compute.htm","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mojaveazure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-26T08:12:20.000Z","updated_at":"2016-01-09T23:25:18.000Z","dependencies_parsed_at":"2023-03-04T12:30:28.413Z","dependency_job_id":null,"html_url":"https://github.com/mojaveazure/BruteForceAlgorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2FBruteForceAlgorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2FBruteForceAlgorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2FBruteForceAlgorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mojaveazure%2FBruteForceAlgorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mojaveazure","download_url":"https://codeload.github.com/mojaveazure/BruteForceAlgorithms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245668689,"owners_count":20653015,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T09:11:03.305Z","updated_at":"2025-03-26T14:23:07.569Z","avatar_url":"https://github.com/mojaveazure.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BruteForceAlgorithms\n## A simple Python program for the Does[0]Compute? session on brute force algorithms\n\nThis is a simple Python script to demonstrate how brute force algorithms work for [Does\\[0\\]Compute?](http://morrell-lab.cfans.umn.edu/compute/compute.htm)\n\nWe use the task of finding all possible gene sequences that could code for a peptide sequence as our example problem. We find the solution in three ways: a basic brute force algorithm, a brute force algorithm with a scoring mechanism, and a branch-and-bound algorithm.\n\n### Usage\nTo use, you need [Python 3](https://www.python.org/) installed on your system. If you only have Python 3 on your system, run with the following command:\n\n```shell\npython BruteForceRetrotranslate.py\n```\n\nIf you have Python 2 and Python 3 on your system, run with the following command:\n```shell\npython3 BruteForceRetrotranslate.py\n```\n\nThis will use the amino acid sequence of `'FTW'` as the example. To use another sequence, simply type it after the name of the program:\n\n```shell\npython BruteForceRetrotranslate.py MLP\n```\n\nor\n\n```shell\npython3 BruteForceRetrotranslate.py MLP\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojaveazure%2Fbruteforcealgorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmojaveazure%2Fbruteforcealgorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmojaveazure%2Fbruteforcealgorithms/lists"}