Skip to content

Conversation

chris-cheshire
Copy link
Contributor

No description provided.

Comment on lines +35 to +37
samtools faidx $fasta
cut -f 1,2 ${fasta}.fai > ${fasta}.sizes
echo \$(samtools --version 2>&1) | sed 's/^.*samtools //; s/Using.*\$//' > ${software}.version.txt
Copy link
Member

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

Copy link
Contributor Author

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

Copy link
Member

@maxulysse maxulysse left a 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.

@chris-cheshire
Copy link
Contributor Author

@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.

Copy link
Member

@drpatelh drpatelh left a 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 ! 😍

@drpatelh drpatelh dismissed maxulysse’s stale review November 5, 2021 11:06

Comments addressed.

Copy link
Member

@apeltzer apeltzer left a 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 @@
/*
Copy link
Contributor

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.

Comment on lines +13 to +39
- [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)
Copy link
Contributor

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

@chris-cheshire chris-cheshire merged commit 5b9f4fa into master Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Improvement for existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants