Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: removed sm file * chore: removed sh requirement * chore: removed natsort * chore: removed more-itertools * chore: removed pyyamml * chore: updated environment.yml minimum versions * docs: updated readme docs badge * docs: updated readme notes * chore: removed setup.cfg * fix: added dynamic dependencies to pyproject.toml * fix: added back more-itertools requirement * chore(packaging): added entry point * chore: updated pyarrow requirement * feat: added full install option * chore: updated requirements * docs: "full" install instruction added to docs * fix(docs): cluster_config.md missing from index * chore: workflow now installs with "full" option * fix: cookiecutter missing from requirements * fix: cookiecutter added to environment.yml * chore(tests): remove old tests * fix(packaging): lowered pyarrow max version * feat(api): removed deduplicate and digest * feat: deduplicate now a single command * feat(cli-fastq): removed deduplicate subcommands * feat(cli): corrected fastq dedup for cct * feat(cli-fastq-dedup): updated dedup function * feat: corrected stats for digest_fastq * fix: corrected genome digestion tests * fix: corrected fastq deduplicate * chore: capcruncher tools and tracknado now deps * fix(tests): corrected deduplicate test * fix(fastq_deduplicate): removed old code * fix: corrected digestion stats output * chore: capcruncher_tools now >= 0.1.8 * feat: integrated capcruncher_tools count * fix: removed unwanted code * fix: typo in output path * fix: corrected small integration pipeline issues * chore(pipeline): not checking for cct install * fix: corrected digestion read_stats * chore: cct to >= 0.1.9 * ci: added macos to test os * fix: removed cct specific branch in stats * fix: added os specific dependency install * ci: removed ray from environment. Not on conda for macos * fix: removed fastq duplicate testing * fix(ci): installing coreutils for macos * fix(macos): using gsplit and gzcat vs split/zcat * fix(fastq digest): missing restriction site Using get_restriction_site() to correct * fix(genome-digestion): added rs identification * fix(tests): corrected deduplication test * fix(ci): ignoring macos for now * fix(tests): removed concurrent futures * feat(fastq): make output directory first * chore(coverage): delete files to boost coverage
- Loading branch information