Closed olgabot closed 3 years ago
I don't see how the changes you made
Hmm I think these changes are getting rid of the single bam2fasta
run which used single_ksize
and then changed new File
to file
so it can run on S3 more seamlessly. Without file
, then a local folder called s3/path/to/outdir
gets made and the pipeline output doesn't get saved
I don't see how the changes you made
- enabled nextflow tower
I think I meant s3 instead.. sorry
- working on many bams
I think I meant the if params.bam
section which errors out if you don't provide those other paramters
- did you mean tenx_gz files?
This is the .tar.gz
files that are output by our implementation of the cellranger count
pipeline for counting reads per cell from the 10X genomics output
Updates/changes to kmermaid to make it amenable to running on many bams, not just
.tar.gz
files.PR checklist
dev
rather thanmaster
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/kmermaid/tree/master/.github/CONTRIBUTING.md