Activity for Harfang

  • Ian Reid Ian Reid committed [c2a572]

    Changed invocations of samtools, bgzip, and tabix to lookup executable path

  • Ian Reid Ian Reid committed [7e0a67]

    Removed find_read_islands.py from git

  • Ian Reid Ian Reid committed [399a03]

    Moved parse_wigline and trim block from find_read_islands.py to get_model_coverage.py

  • Ian Reid Ian Reid committed [be62d0]

    Initial implementation of CoverArray class

  • Ian Reid Ian Reid committed [bb6d09]

    Extracted CoverArray definition into coverarray.py

  • Ian Reid Ian Reid committed [9d0611]

    Replaced uses of coverage tabix files with CoverArray

  • Ian Reid Ian Reid committed [5ea5d9]

    Debugged use of np.nditer in get_model_coverage.get_coverblocks

  • Ian Reid Ian Reid committed [814394]

    Implemented remove_untranslatable_CDS.py

  • Ian Reid Ian Reid committed [1abd89]

    Implemented remove_untranslatable_CDS.py

  • Ian Reid Ian Reid committed [ff697a]

    Copied gff3-names.py from transcriptomics

  • Ian Reid Ian Reid committed [1a2594]

    Modified pool_gene_models.py to handle CDS records with no ID

  • Ian Reid Ian Reid committed [38ff4e]

    Cleaned up imports

  • Ian Reid Ian Reid committed [221231]

    Cleaned up imports

  • Ian Reid Ian Reid committed [bdd902]

    Removed deprecated Bio.Alphabet import from gff3Record.py

  • Ian Reid Ian Reid committed [38350f]

    modified gff3Record.get_score to always return a float value

  • Ian Reid Ian Reid committed [58538b]

    Removed unused class AugustusConfigParser from run_Harfang.py and moved Augustus_config_parser.py to redundant

  • Ian Reid Ian Reid committed [04fadf]

    Started implementing test_check_intron_structure.py

  • Ian Reid Ian Reid committed [3649b9]

    Refactored task_Extract_splice_junctions

  • Ian Reid Ian Reid committed [60648c]

    Refactored task_Extract_splice_junctions

  • Ian Reid Ian Reid committed [4f4a26]

    Added completed successfully message to task_Publish_accepted_models

  • Ian Reid Ian Reid committed [713db1]

    Fixed --out argument for format_accepted_models in run_Harfang.task_Select_models()

  • Ian Reid Ian Reid committed [c87b6d]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [6a706b]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [0cd718]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [e00506]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [7abae8]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [649166]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [8732de]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [e56f1e]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [5a1fb3]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [c4fd27]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [d524ab]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [3dae61]

    syntax corrections in run_Harfang:task_Map_reads()

  • Ian Reid Ian Reid committed [cebc8e]

    Corrected STAR config

  • Ian Reid Ian Reid committed [7db067]

    Explicitly open files in text mode

  • Ian Reid Ian Reid committed [320a04]

    Added test for key presence in run_Harfang:get_args()

  • Ian Reid Ian Reid committed [61f386]

    Added format_accepted_models.py

  • Ian Reid Ian Reid committed [b29cc7]

    Added external_predictions to count_contributions_to_final.sh

  • Ian Reid Ian Reid committed [3941de]

    Corrected strand names in task_Unhinted_Augustus

  • Ian Reid Ian Reid committed [2e24ed]

    Corrected strand names in task_Unhinted_Augustus

  • Ian Reid Ian Reid committed [338f16]

    Removed BAM_hint_dir from file_dep for task_Pool_Models

  • Ian Reid Ian Reid committed [cc7892]

    Added collect actions to task_Unhinted_Augustus

  • Ian Reid Ian Reid committed [c8d08c]

    Added collect actions to task_Unhinted_Augustus

  • Ian Reid Ian Reid committed [cf7962]

    Updates to task_Pool_Models and count_contributions_to_final.sh

  • Ian Reid Ian Reid committed [6e0d24]

    Updated script count_contributions_to_final.sh to match filenames in Unhinted_Augustus_Models

  • Ian Reid Ian Reid committed [80d621]

    Moved safe_cat to a separate python module

  • Ian Reid Ian Reid committed [e82415]

    Broke safe_cat in unsplit_ tasks into slices of 100 filenames

  • Ian Reid Ian Reid committed [cacb33]

    Corrected and added command logging to task_Complete_Score_Models

  • Ian Reid Ian Reid committed [879949]

    Changed task_Pool_Models to put pooled models in Scored folder

  • Ian Reid Ian Reid committed [06e21c]

    Fixed translate_ORF_CDS_to_genome.py for transcripts on reverse strand

  • Ian Reid Ian Reid committed [600e9b]

    Added error messages to startup code

  • Ian Reid Ian Reid committed [bce22b]

    Extracted prepare function from run_Harfang.run

  • Ian Reid Ian Reid committed [e71ef7]

    Fixed bug in translate_ORF_CDS_to_genome.embed_orfs_in_1_transcript when CDS starts exactly at the start of an internal exon

  • Ian Reid Ian Reid committed [046249]

    Added RM dolumns to extrinsic configuration files

  • Ian Reid Ian Reid committed [8fa656]

    Corrected Braker option AUGUSTUS_ab_initio

  • Ian Reid Ian Reid committed [8b3407]

    Corrected Braker option AUGUSTUS_ab_initio

  • Ian Reid Ian Reid committed [90a54f]

    Added CONFIG checks for Braker etpmode

  • Ian Reid Ian Reid committed [3d4cf2]

    Created stub for testGff32predictedTranscriptsAndProteins.py

  • Ian Reid Ian Reid committed [24f0a8]

    Modified run_Harfang.task_Run_Braker to run harfang in etpmode

  • Ian Reid Ian Reid committed [908740]

    Updated output formatting in collect_accepted_models_by_source.py

  • Ian Reid Ian Reid committed [7d907d]

    Changed value of Braker_gff3 to avoid filename collision in run_Harfang.py

  • Ian Reid Ian Reid committed [6bdd3f]

    Modified run_Harfang.py to eliminate score_coverage_homogeneity

  • Ian Reid Ian Reid committed [3368eb]

    MOdified renumber_models.py to avoid clobbering exon IDs

  • Ian Reid Ian Reid committed [32736e]

    Increased MAX_OVERLAP to 50% in merge_strand_representatives.py

  • Ian Reid Ian Reid committed [e82b28]

    Modified gff32predictedTranscriptsAndProteins.py to handle transcripts with more than one ORF

  • Ian Reid Ian Reid committed [a65fb7]

    Stopped gff3_rename.py from clobbering CDS IDs

  • Ian Reid Ian Reid committed [566036]

    Refactored gff32predictedTranscriptsAndProteins.py

  • Ian Reid Ian Reid committed [69bd6f]

    Added hash and comparison functions to ClassifiedSplice class

  • Ian Reid Ian Reid committed [429143]

    Added check for duplicate splice junctions to avoid spurious retained intron errors in score_models.py

  • Ian Reid Ian Reid committed [6b44a0]

    Corrected sub-version check in Harfang

  • Ian Reid Ian Reid committed [45f7b4]

    added trim_to_exons method to GFF3mRNA

  • Ian Reid Ian Reid committed [6b8325]

    Fixes to ensure that all GFF3 files comply with SO spec

  • Ian Reid Ian Reid committed [1f6a51]

    Added Unknown to status_precedence dictionary in group_transcripts.py

  • Ian Reid Ian Reid committed [3bb39c]

    Doubled { and } in task_Complete_Score_Models

  • Ian Reid Ian Reid committed [baf9db]

    Try doubling % in task_make_BAM_hints for compatibility with CmdAction.expand_action

  • Ian Reid Ian Reid committed [225627]

    modified task_make_BAM_hints to yield dictionary literal

  • Ian Reid Ian Reid committed [e33bbf]

    modified task_make_BAM_hints to avoid string formatting error by doit task parser

  • Ian Reid Ian Reid committed [79b2bb]

    Corrected spelling of coverage.wig.gz

  • Ian Reid Ian Reid committed [bc0ae2]

    Implemented split_models_at_coverage_gaps.py

  • Ian Reid committed [8af8b0]

    Added bin/src/depth2wig.py

  • Ian Reid committed [561e7f]

    Updated README.txt

  • Ian Reid committed [8f4d13]

    Reolaced gff3Iterator.py and gff3Record.py with latest version from transcriptomics

  • Ian Reid committed [d3017e]

    Replaced gtftogff3.py with gtf2gff3.py from transcriptomics

  • Ian Reid committed [beea17]

    Changed run_Harfang.py run() function to accept either cd-hit or cdhit as the executable name (Bug 290)

  • Ian Reid committed [5f4843]

    Changed run_Harfang.py run() function to ensure that configured values for ProjectDir, Genome, MappedReads, MaskedGenome, and ExternalPredictions are absolute paths (Bug 291)

  • Ian Reid committed [adb125]

    Changed run_Harfang.py run() function to ensure that configured values for ProjectDir, Genome, MappedReads, MaskedGenome, and ExternalPredictions are absolute paths (Bug 291)

  • Ian Reid committed [3eb06e]

    Modified mRNA __eq__() to ignore regular exons if CDS records are present (Bug 316)

  • Ian Reid committed [fab75d]

    Added logging to task_Pool_Augustus_Models for debugging

  • Ian Reid committed [2a519d]

    Fixed score testing in group_transcripts.py

  • Ian Reid committed [c98ce7]

    Fixed gene model generation in gff3Iterator

  • Ian Ian committed [796012]

    Modified src/score_models.check_splice_compatibility to allow exon status to append multiple values

  • Ian Ian committed [4dd1de]

    Modified src/score_models.check_splice_compatibility to allow exon status to append multiple values

  • Ian Ian committed [9b40e0]

    Modified src/score_models.check_splice_compatibility to allow exon status to append multiple values

  • Ian Ian committed [6a44f7]

    Modified src/score_models.check_splice_compatibility to allow exon status to append multiple values

  • Ian Reid committed [88437e]

    Merged

  • Ian Ian committed [bab7c9]

    Added test to testScore_models.py

  • Ian Ian committed [fddf69]

    Updated islands2genes.py

  • Ian Ian committed [5d6704]

    Modified bin/src/gff3Iterator.py to handle null parents

  • Ian Ian committed [73b8d6]

    Modified bin/src/gff3Record.py to handle null parents

  • Ian Ian committed [b517a2]

    Modified bin/src/gff3Record.py to handle null parents

1 >