Skip to content

Commit

Permalink
sanity commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jul 29, 2020
1 parent ee4a33e commit eceaebe
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 370 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ morelli2010/*
cui2013/*
EAGER_Ancient/*
notebooks/.ipynb_checkpoints/
notebooks/*png
notebooks/*pdf
notebooks/*txt
notebooks/*nexus
notebooks/*csv
notebooks/*nwk
notebooks/*tsv
notebooks/output/
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org

## [Development]

- Download reference gff for augur
- Rewrite shell scripts in python?
- Lint all python scripts with black+flake8
- Deal with the fail to publish issue with NCBImeta db
- Add exact-repeats and tandem repeats detection
- Add GeoPy to plague-phylo environment
- Add biopython and treetime to nextstrain environment
- Github actions, to build docs and remote narratives
- Github actions, to remote narratives
- Make the snippy multi filter locus splitting be generic (not plague specific)
- Deal with nextstrain augur not working with phylogeny with branch support values
- Breakup snippy step in pipeline to snippy - snp stats - snpeff
- Allow input of own contig files (param)
- Allow input of own fastq files (tsv concat)
Expand All @@ -27,10 +24,13 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org

### Added

- sra_download and eager process
- outgroup_download and outgroup options for iqtree
- extra parameters for iqtree (RNG, bootstrapping, multiple runs)
- new workflow: install.yaml to test nextflow install method
- SRA pipeline (download and eager)
- Outgroup downloading
- Extra params for IQTREE (branch support, model, runs, RNG)
- gh workflows: install, docs, pipeline_assembly, pipeline_sra, pipeline_combine
- install and uninstall scripts
- Download reference gff for augur
- Use custom versions of biopython and treetime for post-phylo analysis

### Changed

Expand Down
7 changes: 5 additions & 2 deletions docs/exhibit/exhibit_main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ Construct an intraspecies phylogeny of *Y. pestis* genomic assemblies.
--skip_outgroup_download \
--snippy_multi_missing_data 0.05 \
--snippy_multi_missing_data_text 5 \
--iqtre_model K3Pu+F+I \
--iqtree_model K3Pu+F+I \
--iqtree_branch_support \
--iqtree_runs 10 \
--iqtree_outgroup GCA_000323485.1_ASM32348v1_genomic,GCA_000323845.1_ASM32384v1_genomic \
-resume
--max_cpus 20 \
--max_memory 24.GB \
--max_time 100.h \
-resume 9112a035-a628-4f9d-8955-faa7732a1b73 \

Ancient Raw Data Analysis
-------------------------
Expand Down
Loading

0 comments on commit eceaebe

Please sign in to comment.