Giter Site home page Giter Site logo

genome-classifier's Introduction

*-----------------------------------------------------------------------
* README.txt
*
* Instructions for running the SGE parallel job and SVM classifier for
* Zach Wallace.
*
* Class: BOT 599
* Term: Spring 2018
*-----------------------------------------------------------------------
*
*
* OVERVIEW
*
* All shell scripts to run are contained in the 'run_job' directory.  
* When running these scripts, stay in the top-level 'Wallace_Project' 
* directory where this README is located. Thus, all shell scripts will
* have a 'run_job/' prefix.
*
* Commands to enter are labeled below as numbered steps.  Here I briefly
* describe what each will do:
*
* 	   - Steps 1-3 build the first feature set to feed into the SVM.  
*	   - Steps 4-6 build the second feature set to feed into the SVM.
*	   - Step 7 runs the classifer.
*
* I had to include command line arguments for some of the scripts, since 
* the bash wrappers and the python functions were not playing well together.  
* If you simply copy and paste to your terminal and hit enter separately 
* for each step below (omitting the "Step X: " portions), all scripts
* should run smoothly.  I apologize for any inconvenience.
* 


Step 1: python3 run_job/1_delete_old_files.py

Step 2: ./run_job/2_pipeline.sh FASTA/exonseq_upstream100_MT.txt

Step 3: ./run_job/3_merge_files.sh class1.txt

Step 4: python3 run_job/1_delete_old_files.py

Step 5: ./run_job/2_pipeline.sh FASTA/flank_upstream100_MT.txt

Step 6: ./run_job/3_merge_files.sh class2.txt

Step 7: ./run_job/4_call_quick_svm.sh

genome-classifier's People

Contributors

h4estu avatar

Watchers

James Cloos avatar

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.