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

Auto get ref genes, variant handling #41

Merged
merged 166 commits into from
Feb 18, 2016

Commits on Dec 8, 2015

  1. Move genetic_code into refcheck.Checker class

    Martin Hunt committed Dec 8, 2015
    Configuration menu
    Copy the full SHA
    cae568b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Add ref_genes_getter module

    Martin Hunt committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    6555288 View commit details
    Browse the repository at this point in the history
  2. Remove bs4 dependency as pip cannot find it

    Martin Hunt committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    20a0868 View commit details
    Browse the repository at this point in the history
  3. Add module amin_acid_variant

    Martin Hunt committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    b166671 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Require beautifulsoup4

    Martin Hunt committed Dec 16, 2015
    Configuration menu
    Copy the full SHA
    ceb891e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Rename amino_acid_variant to sequence_variant

    Martin Hunt committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    00ea328 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d394cce View commit details
    Browse the repository at this point in the history
  3. Add sequence_metadata

    Martin Hunt committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    d9f72a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8889943 View commit details
    Browse the repository at this point in the history
  5. Add __str__()

    Martin Hunt committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    9cb44da View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. Add __eq__ and __le__

    Martin Hunt committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    4e72a47 View commit details
    Browse the repository at this point in the history
  2. Add __eq__ and __le__

    Martin Hunt committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    52ecebe View commit details
    Browse the repository at this point in the history
  3. Add reference_data module

    Martin Hunt committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    fe8a67b View commit details
    Browse the repository at this point in the history
  4. Add gene checking functionality

    Martin Hunt committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    e9173be View commit details
    Browse the repository at this point in the history
  5. Use new reference_data instead of refcheck.Checker

    Martin Hunt committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    2f2d242 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2015

  1. Remove refcheck; make card download format match new sequence_metadat…

    …a format
    Martin Hunt committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    c818156 View commit details
    Browse the repository at this point in the history
  2. Fix typo in filename

    Martin Hunt committed Dec 22, 2015
    Configuration menu
    Copy the full SHA
    e925be6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2015

  1. warn with metadata problem instead of die

    Martin Hunt committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    9641235 View commit details
    Browse the repository at this point in the history
  2. Add length info to bad genes error message

    Martin Hunt committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    c2f15d4 View commit details
    Browse the repository at this point in the history
  3. Track which genes removed, so clearer output for user

    Martin Hunt committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    6b2127c View commit details
    Browse the repository at this point in the history
  4. Do not try to reverse complement genes

    Martin Hunt committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    a16dc3e View commit details
    Browse the repository at this point in the history
  5. Tidy up log lines of removed sequences

    Martin Hunt committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    2ef8d2c View commit details
    Browse the repository at this point in the history
  6. Add method make_catted_fasta

    Martin Hunt committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    f049b53 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Add test files for make_catted_fasta

    Martin Hunt committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    12ff539 View commit details
    Browse the repository at this point in the history
  2. Change to use ReferenceData

    Martin Hunt committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    1074d61 View commit details
    Browse the repository at this point in the history
  3. Add method sequence_type

    Martin Hunt committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    b402ac8 View commit details
    Browse the repository at this point in the history
  4. Add methods sequence and sequence_length

    Martin Hunt committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    708451d View commit details
    Browse the repository at this point in the history
  5. Add method has_variant

    Martin Hunt committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    6bc452a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Add method has_variant

    Martin Hunt committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    eda4a9f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. Split Cluster into several classes. This breaks everything. Now fix i…

    …t...
    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    7f6f1f9 View commit details
    Browse the repository at this point in the history
  2. Typo fix

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    dba45c0 View commit details
    Browse the repository at this point in the history
  3. typo fix

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    da84253 View commit details
    Browse the repository at this point in the history
  4. remove line for now, has syntax error

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    fd32063 View commit details
    Browse the repository at this point in the history
  5. Tests pass

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    e17b14e View commit details
    Browse the repository at this point in the history
  6. Tests pass

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    aec5949 View commit details
    Browse the repository at this point in the history
  7. Add missing modules

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    d1f30d4 View commit details
    Browse the repository at this point in the history
  8. Remove unneeded test files

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    d61a163 View commit details
    Browse the repository at this point in the history
  9. Tests pass

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    5b4dd21 View commit details
    Browse the repository at this point in the history
  10. Tests pass

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    18709f3 View commit details
    Browse the repository at this point in the history
  11. Close file before raising error

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    c9cc75c View commit details
    Browse the repository at this point in the history
  12. Tests pass

    Martin Hunt committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    3928db1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Fixes so counting reads works

    Martin Hunt committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    dfbd6e4 View commit details
    Browse the repository at this point in the history
  2. test_init_fail_files_missing passes

    Martin Hunt committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    fc6cb57 View commit details
    Browse the repository at this point in the history
  3. Remove commented notes

    Martin Hunt committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    cf2236d View commit details
    Browse the repository at this point in the history
  4. Fix all_non_wild_type_variants

    Martin Hunt committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    3f10883 View commit details
    Browse the repository at this point in the history
  5. Implement hash function

    Martin Hunt committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    4ae6c57 View commit details
    Browse the repository at this point in the history
  6. Change output to be hash

    Martin Hunt committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    bf71527 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2016

  1. Use lt instead of le for sorting

    Martin Hunt committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    f87a7b2 View commit details
    Browse the repository at this point in the history
  2. Use lt instead of le for sorting

    Martin Hunt committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    d326d82 View commit details
    Browse the repository at this point in the history
  3. Store in dicts for easy lookups later

    Martin Hunt committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    636499e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2016

  1. Store self.nucmer_snps_file

    Martin Hunt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    d6c9c66 View commit details
    Browse the repository at this point in the history
  2. Add method get_variants

    Martin Hunt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    9a83d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b352911 View commit details
    Browse the repository at this point in the history
  4. Do not need bam file

    Martin Hunt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    a3d0317 View commit details
    Browse the repository at this point in the history
  5. Rename _ref_cov_per_contig ref_cov_per_contig

    Martin Hunt committed Jan 29, 2016
    Configuration menu
    Copy the full SHA
    b68834d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2016

  1. Spelling typos fix

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    40e6c15 View commit details
    Browse the repository at this point in the history
  2. Catch when no contigs file written

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    b1213dc View commit details
    Browse the repository at this point in the history
  3. New flag ref_seq_choose_fail

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    1f1ab6e View commit details
    Browse the repository at this point in the history
  4. Add method get_depths_at_position

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    c6efde1 View commit details
    Browse the repository at this point in the history
  5. Add tets files needed for previous commit

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    97d327b View commit details
    Browse the repository at this point in the history
  6. nucmer_hits_to_ref_coords return dict; ref_covered_by_complete_contig…

    …_with_orf was returning not what it should
    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    06ec1ec View commit details
    Browse the repository at this point in the history
  7. Bug fixes when doing complete run

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    bb7893b View commit details
    Browse the repository at this point in the history
  8. Rewrite of cluster, split into separate modules

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    8ca1cfc View commit details
    Browse the repository at this point in the history
  9. Remove uneeded test files

    Martin Hunt committed Feb 1, 2016
    Configuration menu
    Copy the full SHA
    3bb6013 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2016

  1. Renmove gene_ from flag

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    2e6e03a View commit details
    Browse the repository at this point in the history
  2. Do not give noncoding seqs the compelte_orf flag

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    2cb917d View commit details
    Browse the repository at this point in the history
  3. Add to_string method

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    e327698 View commit details
    Browse the repository at this point in the history
  4. Return variant in a list, for consistency

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    1708107 View commit details
    Browse the repository at this point in the history
  5. Bug fixes making noncoding report lines

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    6537605 View commit details
    Browse the repository at this point in the history
  6. Return nucletoide change string

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    f25f081 View commit details
    Browse the repository at this point in the history
  7. bug fix reporting number of assembled bases

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    86d68c6 View commit details
    Browse the repository at this point in the history
  8. Report variant type for noncoding variants

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    f303b8e View commit details
    Browse the repository at this point in the history
  9. Test all combinations of noncoding snps

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    be765bd View commit details
    Browse the repository at this point in the history
  10. Should be same as references.fa in cluster dir

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    c411d47 View commit details
    Browse the repository at this point in the history
  11. Add tests for noncoding indels

    Martin Hunt committed Feb 2, 2016
    Configuration menu
    Copy the full SHA
    d117be5 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    3269943 View commit details
    Browse the repository at this point in the history
  2. Add test full run presence absence cluster

    Martin Hunt committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    455255b View commit details
    Browse the repository at this point in the history
  3. remove keys when values empty

    Martin Hunt committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    6017e2d View commit details
    Browse the repository at this point in the history
  4. Add tests for variants_only cluster runs

    Martin Hunt committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    a8d46b4 View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    Martin Hunt committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    ed4a7a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    442d0e7 View commit details
    Browse the repository at this point in the history
  7. New nethod cluster_with_cdhit

    Martin Hunt committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    22ac5f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Write cluster allocation file

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    4781252 View commit details
    Browse the repository at this point in the history
  2. rewrite started. tests pass. write_report fixed

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    30b1aa3 View commit details
    Browse the repository at this point in the history
  3. Tidy up getting files from argannot

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    47e5b1c View commit details
    Browse the repository at this point in the history
  4. Tidy up getting files from resfinder

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    dd4487a View commit details
    Browse the repository at this point in the history
  5. Add author and date to citation

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    5e3627d View commit details
    Browse the repository at this point in the history
  6. Tidy up getting files from card

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    ce23995 View commit details
    Browse the repository at this point in the history
  7. More tidy up getting files from card

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    38209e4 View commit details
    Browse the repository at this point in the history
  8. New task getref

    Martin Hunt committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    c835f19 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. Add method write_seqs_to_fasta

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    d775d86 View commit details
    Browse the repository at this point in the history
  2. Set filehandle to None so pickling works

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    661d68f View commit details
    Browse the repository at this point in the history
  3. Smalt no longer used

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    09f5670 View commit details
    Browse the repository at this point in the history
  4. Set filehandle to None so pickling works

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    a680dbe View commit details
    Browse the repository at this point in the history
  5. Velvet no longer used

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    4069101 View commit details
    Browse the repository at this point in the history
  6. Small fixes so now whole thing runs

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    6fad31b View commit details
    Browse the repository at this point in the history
  7. Update to reflect rewrite of clusters.py

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    3db70ee View commit details
    Browse the repository at this point in the history
  8. Bug fix writing report

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    a3896d9 View commit details
    Browse the repository at this point in the history
  9. Use new smatools sort syntax

    Martin Hunt committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    426057f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Add method nucmer_hit_containing_reference_position

    Martin Hunt committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    1ec9441 View commit details
    Browse the repository at this point in the history
  2. Add method nucmer_hit_containing_reference_position

    Martin Hunt committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    9c9054f View commit details
    Browse the repository at this point in the history
  3. Add method nucleotide_range

    Martin Hunt committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    0d481c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    0dbd4d2 View commit details
    Browse the repository at this point in the history
  2. Die if input fastas empty

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    0a457cf View commit details
    Browse the repository at this point in the history
  3. typo bug fix in __lt__

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    89eefb7 View commit details
    Browse the repository at this point in the history
  4. Pass samtools

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    cbe20ad View commit details
    Browse the repository at this point in the history
  5. Skip seqs that did not make cluster

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    8302284 View commit details
    Browse the repository at this point in the history
  6. Be verbose, when applicable

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    ea27757 View commit details
    Browse the repository at this point in the history
  7. Be verbose with cdhit

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    154e4e3 View commit details
    Browse the repository at this point in the history
  8. Put sequence in dummy fa file to stop crashing

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    98ca5fd View commit details
    Browse the repository at this point in the history
  9. Add option to run test data

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    ef52e20 View commit details
    Browse the repository at this point in the history
  10. Tidy up output to log file

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    b0ce7db View commit details
    Browse the repository at this point in the history
  11. Remove unsorted bam

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    00a5f2a View commit details
    Browse the repository at this point in the history
  12. Clean files

    Martin Hunt committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    6570c00 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Check assembly dir exists before trying to delete it

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    418d656 View commit details
    Browse the repository at this point in the history
  2. unsorted bam already deleted

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    7685639 View commit details
    Browse the repository at this point in the history
  3. Remove smalt

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    54ba630 View commit details
    Browse the repository at this point in the history
  4. Rewrite external_progs module

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    eb94d3f View commit details
    Browse the repository at this point in the history
  5. New always_report column in metadata

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    9bae022 View commit details
    Browse the repository at this point in the history
  6. Add new always_report column to metadata

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    9a7816d View commit details
    Browse the repository at this point in the history
  7. Add new always_report column to metadata

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    5fe29b7 View commit details
    Browse the repository at this point in the history
  8. Add new always_report column to metadata

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    40cba58 View commit details
    Browse the repository at this point in the history
  9. Add new always_report column to output tsv

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    95ad759 View commit details
    Browse the repository at this point in the history
  10. Force getting always_report=Y variants

    Martin Hunt committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    a1f474e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Add test for always_ouput variants

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    0476e8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f381cd View commit details
    Browse the repository at this point in the history
  3. Report variants_only, whenever any reads mapped

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    a913ae0 View commit details
    Browse the repository at this point in the history
  4. Update to report variants_only when variant not there

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    8558b4f View commit details
    Browse the repository at this point in the history
  5. Write assembled ref seqs to fasta file

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    cc9752b View commit details
    Browse the repository at this point in the history
  6. Remove commented out code

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    27271c7 View commit details
    Browse the repository at this point in the history
  7. Remove old refcheck

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    00324b9 View commit details
    Browse the repository at this point in the history
  8. Remove old refcheck

    Martin Hunt committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    3dec14d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Report rewrite, fewer lines and more columns

    Martin Hunt committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    09a2299 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Change report format. Again.

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ae0386b View commit details
    Browse the repository at this point in the history
  2. Add missing comma

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    08dbfa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    458e927 View commit details
    Browse the repository at this point in the history
  4. Rename cluster_rep column

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    284f2dc View commit details
    Browse the repository at this point in the history
  5. fix line2dict to work with new report

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    d698d21 View commit details
    Browse the repository at this point in the history
  6. Make line2dict a classmethod

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    3483d0e View commit details
    Browse the repository at this point in the history
  7. fix _load_file for new report.tsv format

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    9ff620a View commit details
    Browse the repository at this point in the history
  8. Store as dict of dicts

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    1d720fd View commit details
    Browse the repository at this point in the history
  9. refactor _pc_id_of_longest

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    cef060d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a5b818 View commit details
    Browse the repository at this point in the history
  11. Add _to_summary_number_for_variant

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    703c79e View commit details
    Browse the repository at this point in the history
  12. fix _gather_output_rows for new report.tsv format

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    f40c34e View commit details
    Browse the repository at this point in the history
  13. Make filter_output_rows a classmethod

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    f33218c View commit details
    Browse the repository at this point in the history
  14. make _write_tsv a classmethod

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    2a745f2 View commit details
    Browse the repository at this point in the history
  15. Convert dict to string for printing

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ef6b72f View commit details
    Browse the repository at this point in the history
  16. Should be a string

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    39cb54b View commit details
    Browse the repository at this point in the history
  17. Make classmethod

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    3da951c View commit details
    Browse the repository at this point in the history
  18. Make classmethod

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ecce0cf View commit details
    Browse the repository at this point in the history
  19. Make classmethod

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    6fcb36b View commit details
    Browse the repository at this point in the history
  20. Use classmethods

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    0035f96 View commit details
    Browse the repository at this point in the history
  21. Update run() to work with previous commits

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    cad485a View commit details
    Browse the repository at this point in the history
  22. Update with new column names

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    93fdaba View commit details
    Browse the repository at this point in the history
  23. Reinstate unit test

    Martin Hunt committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    0124d36 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Add ";var" into column names that are variants

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    d3aab40 View commit details
    Browse the repository at this point in the history
  2. Rename JS candy to phandango

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1af7813 View commit details
    Browse the repository at this point in the history
  3. tell phandango to colour columns consistently

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    4f6d802 View commit details
    Browse the repository at this point in the history
  4. Add N in required column

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    4af261c View commit details
    Browse the repository at this point in the history
  5. use hit_both_strands flag

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    e0d462d View commit details
    Browse the repository at this point in the history
  6. Use has_nonsynonymous_variants flag

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    32c4946 View commit details
    Browse the repository at this point in the history
  7. Bug fix when file not exists

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    b06a360 View commit details
    Browse the repository at this point in the history
  8. Filter small contigs

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    995edea View commit details
    Browse the repository at this point in the history
  9. Bux fig getting has_nonynonymous_variants flag

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    cfbf573 View commit details
    Browse the repository at this point in the history
  10. Discard read pairs where both reads unmapped

    Martin Hunt committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    0510055 View commit details
    Browse the repository at this point in the history