Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyphaltip/VAPiD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rcs333/VAPiD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 1, 2019

  1. Configuration menu
    Copy the full SHA
    5a55988 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Merge pull request rcs333#6 from hyphaltip/patch-1

    typo had messed up the 'False'
    rcs333 authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    7e41b87 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2019

  1. v1.6.4

    Fixed edge case where proteins near the end of the genome that needed to be shifted to the left would break. (when the submitted sequence is shorter than the reference sequence and the last protein is close to the end of the genome). This update also implemented the weird false typo from commit [7e41b87](rcs333@7e41b87)
    rcs333 authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    f10aaf3 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    rcs333 authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    abb1561 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    rcs333 authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    8848756 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    rcs333 authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    3c728bc View commit details
    Browse the repository at this point in the history
  5. v1.6.5

    hopefully incomplete genomes are working again. Moved the catch for if where the adjusted gene stop codon is off the end of the submitted genome to the end of the function to eliminate false positives but keep handling that edge case correctly
    rcs333 authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    86a7e75 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. v1.6.6

    Fixed another typo in the adjust function that was checking the wrong value to see if the new gene location was off the end of the genome. Should be working correctly now.
    rcs333 authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    4f173a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Add version that works with Python 3.x

    Swapped raw_input for input. No other changes necessary :D
    rcs333 authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    bb5a552 View commit details
    Browse the repository at this point in the history
  2. update for SARS2

    still just ribosomal slippage in orf1ab so no code changes necessary.
    rcs333 authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    e2c423a View commit details
    Browse the repository at this point in the history
  3. MORE BOLDFACE TYPE

    rcs333 authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    d3f4e1d View commit details
    Browse the repository at this point in the history
  4. mention python3 version

    rcs333 authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    57a7734 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Add picture of example output

    Will link picture in readme
    rcs333 authored May 21, 2021
    Configuration menu
    Copy the full SHA
    1b91ea1 View commit details
    Browse the repository at this point in the history
  2. Added expected output

    Uploaded picture of expected output from a successful run
    rcs333 authored May 21, 2021
    Configuration menu
    Copy the full SHA
    d787fc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. v1.6.7

    The --f flag wasn't pulling correct nucleotide sequence for the local reference the user provided, this has now been fixed.
    rcs333 authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    b344212 View commit details
    Browse the repository at this point in the history
  2. Vapid3 v1.6.7

    The --f flag wasn't pulling correct nucleotide sequence for the local reference the user provided, this has now been fixed.
    rcs333 authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    abfd119 View commit details
    Browse the repository at this point in the history
Loading