-
Notifications
You must be signed in to change notification settings - Fork 13
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
Move documentation from old branch #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small suggestion but otherwise LGTM! 🚀
CHANGELOG.md
Outdated
- Add option to use Dayhoff encoding for sourmash. | ||
- Add `bam2fasta` process to kmermaid pipeline and flags involved. | ||
- Add `extract_coding` and `peptide_bloom_filter` process and flags involved. | ||
- Add `track_abundance` feature to keep track of hashed kmer frequency. | ||
- Add social preview image | ||
- Add `fastp` process for trimming reads | ||
- Add option to use compressed `.tgz` file containing output from 10X Genomics' `cellranger count` outputs, including `possorted_genome_bam.bam` and `barcodes.tsv` files | ||
- Add samtools_fastq_unaligned and samtools_fastq_aligned process for converting bam to per cell | ||
barcode fastq | ||
- Add version printing for sencha, bam2fasta, and sourmash in Dockerfile, update versions in environment.yml | ||
- For processes translate, sourmash compute add cpus=1 as they are only serial ([#107](https://github.com/nf-core/kmermaid/pull/107)) | ||
- Add `sourmash sig merge` for aligned/unaligned signatures from bam files, and add `--skip_sig_merge` option to turn it off | ||
- Add `--protein_fastas` option for creating sketches of already-translated protein sequences | ||
- Add `--skip_compare option` to skip `sourmash_compare_sketches` process | ||
- Add merging of aligned/unaligned parts of single-cell data ([#117](https://github.com/nf-core/kmermaid/pull/117)) | ||
- Add renamed package dependency orpheum (used to be known as sencha) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some sentence end with point and some other not, might be better to be consistent
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.0.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
Moved some documentation from the old pipeline. No other files are worth including at this point. The documentation will require additional changes but these will be introduced after the new implementation is written.
PR checklist
docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).