Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add output folder option for getMLST.py #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alegione
Copy link

@alegione alegione commented Jun 7, 2017

Hi there,
I added a bit of code to the getmlst.py script to add an option for an output folder. It should take all the downloaded files, and the log file, and put them in a folder, as well as make a text file with the delimiter (which I found useful when running bash loops, as I could use grep to pull out the appropriate delimiter). Honestly I have no experience with python, so this might need a look over, worked out the code just by reading what was already in the script.
Hope it's useful, and thanks for all the programs your group produces

- Added the requirement to add an output folder, for MLST database storage, so that files don't just get stored in home directory
- Added the 'delimiter' output file to make it easier for me to use srst2 in a bash script I was putting together
NOTE: I have zero experience with python, so there may be errors, but it's worked in my limited testing to date
getmlst.py add option for output folder and produce delimiter file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants