Coder Social home page Coder Social logo

xyaneon / ncbi-fasta-grabber Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 300 KB

A small command line Python utility for retrieving FASTA sequences from NCBI databases.

License: GNU General Public License v3.0

Python 85.06% Shell 14.94%
ncbi python fasta pyperclip bioinformatics

ncbi-fasta-grabber's People

Contributors

xyaneon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

mcolic

ncbi-fasta-grabber's Issues

Reduce typing needed for interaction

From Professor Miller's response to my first submission:

People who actually like command line interfaces better than GUIs are basically an impatient lot who don’t like to type more than is absolutely necessary. Try not to give them a freeform question that you have to edit later. When possible offer a default with a menu of choices. This also applies to simple confirmations — keep it simple and limit typing. In Unix utilities you often see something like, "Is this Ok? (Y or n): “ -- where the most common response would be to simply hit the enter key. This is easier for the user and easier for you the programmer to handle (if answer =~ /n/i start-over else go-on.)

Add more test cases

From Professor Miller's response to my first submission:

Your test runs should include inputs that test each arm of each of your if statements. In this case it would include running without internet, running with non-existent accession number and running with a search that returns Count > 1 (this last might be most easily done sort of like the wildcards we discussed yesterday e.g. NM_00051*)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.