Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mary O'Neill committed Dec 11, 2015
1 parent 7d15f7d commit 4bff623
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# submitFiles
submitFiles
===========

Condor submit files (and executable where applicable)

File Descriptions
=================
fasttree.submit
---------------
This submit file executes the fasttree program from the /opt/PepPrograms folder. The "10" in the arguments line specifies the desired number of threads, while the "dummy_snps.fasta" corresponds to the input file (your snp alignment).

>condor_submit fasttree.submit
run_parsnp.submit
-----------------
This submit file executes a corresponding bash script (run_parsnp.sh) with three arguments: a compressed folder (.tar.gz) containing the genomes to be assembled (fasta format), the path to the reference genome (stored in opt/data), and the number of threads to use.

>condor_submit run_parsnp.submit
run_parsnp.sh
-------------
This is a simple bash script that will unpack the compressed genomes, make and move them into a directory, execute parsnp, and finally compress parsnp's output (a folder containing various files) so that it can be transferred back.

0 comments on commit 4bff623

Please sign in to comment.