-
Notifications
You must be signed in to change notification settings - Fork 62
v1.0 Release Candidate #35
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
Conversation
Major rewrite
Template merge updates
samtools faidx $fasta | ||
cut -f 1,2 ${fasta}.fai > ${fasta}.sizes | ||
echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' > ${software}.version.txt |
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.
I think you can make it as a nf-core/modules, it's an easy command, but could be worth it to share with others
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.
Ok I will get this submitted
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.
There are a couple of comments left by the reviewers that are not yet addressed.
Apart from that, it's looking super good.
Fixed all dtypes for peak_repo script
@maxulysse I cant see the unaddressed comments? thanks again for your review - I have resolved your comments. I will submit the get_chrom_sizes module, but if poss I would like to press ahead with release rather than waiting for that to be accepted into the modules repo. |
Readme changes
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.
Great work @chris-cheshire ! 😍
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.
Thanks for all the effort 💯
@@ -0,0 +1,11 @@ | |||
/* |
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.
I agree, you should untrack this file.
- [nf-core/cutandrun: Output](#nf-corecutandrun-output) | ||
- [Introduction](#introduction) | ||
- [Pipeline overview](#pipeline-overview) | ||
- [Preprocessing](#preprocessing) | ||
- [Samplesheet check](#samplesheet-check) | ||
- [Fastq merging](#fastq-merging) | ||
- [FastQC](#fastqc) | ||
- [TrimGalore](#trimgalore) | ||
- [Alignment](#alignment) | ||
- [Bowtie 2](#bowtie-2) | ||
- [Alignment post-processing](#alignment-post-processing) | ||
- [samtools](#samtools) | ||
- [picard MarkDuplicates/RemoveDuplicates](#picard-markduplicatesremoveduplicates) | ||
- [Peak Calling](#peak-calling) | ||
- [Bam to bedgraph](#bam-to-bedgraph) | ||
- [Clip bedfiles](#clip-bedfiles) | ||
- [Bed to bigwig](#bed-to-bigwig) | ||
- [SEACR peak calling](#seacr-peak-calling) | ||
- [BEDtools](#bedtools) | ||
- [Reporting](#reporting) | ||
- [Python reporting](#python-reporting) | ||
- [MultiQC](#multiqc) | ||
- [IGV](#igv) | ||
- [Deeptools](#deeptools) | ||
- [Workflow reporting and genomes](#workflow-reporting-and-genomes) | ||
- [Reference genome files](#reference-genome-files) | ||
- [Pipeline information](#pipeline-information) |
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.
No need for a markdown based ToC anymore. It will be generated from the headings on the website automatically
No description provided.