-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from andrewjpage/cleanup_intermediate_files
Cleanup intermediate files
- Loading branch information
Showing
6 changed files
with
921 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
2012-8-7 Andrew J. Page <[email protected]> | ||
* Cleanup intermediate files by default | ||
* Fix RF distance calculation and comparison | ||
|
||
2012-4-24 Andrew J. Page <[email protected]> | ||
* Initial beta testing version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
This application takes in a multi fasta alignment, finds all the SNP sites, then outputs the snp sites in the following formats: | ||
VCF, | ||
a multi fasta alignment, | ||
relaxed phylib format. | ||
This application takes in a multi fasta alignment and detects recombination regions. | ||
|
||
The first sequence in the input file is taken as the reference. | ||
To use it: | ||
run_gubbins.py my_alignment.aln | ||
|
||
To use: | ||
|
||
multi_fasta_to_vcf my_file.aln | ||
|
||
|
||
VCF | ||
===== | ||
This contains the position of each SNP in the reference sequence, and the occurance in each other sample. | ||
|
||
Multi Fasta Alignment | ||
===== | ||
Similar to the input file but just containing the snpsites. | ||
|
||
Relaxed Phylib format | ||
===== | ||
All the snpsites in a format for RAxML | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.1 |
Oops, something went wrong.