-
Notifications
You must be signed in to change notification settings - Fork 4
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
v0.3 - Pipeline now validated on five real genomes #88
Conversation
only run BLAST_BLASTN if BLASTN_TAXON has an empty output
4c4d7fb
to
26ad7a6
Compare
|
With the `-0` option, the output file ("interleaved") is empty for PacBio because all the reads go to the "other" file. Whereas paired-reads all go to the "interleaved" file and none to the "other" file. The simplest is to not use the `-0` option. Then, `samtools fasta` simply sends all the reads to the standard output.
(waiting for nf-core approval)
This simplifies connecting to the fetchngs pipeline
…uses some problems
Python linting (
|
This means that .fastq.gz will remain .fastq.gz and can then match the condition to bypass the SAMTOOLS_FASTA process. There is a pull-request for this, nf-core/modules#4230
Ignore the prettier error for now. |
To run on the farm, use these arguments:
(there isn't a central NT database with taxonomy information yet. It's still in progress) |
Prettier error fixed, thanks to @BethYates |
The code looks good but the images aren't being published to the results directory |
Since the blobdir is incrementally built, only the last version needs to be published
|
I've now tested the pipeline on five real, complete, genomes (though all under 100 Mbp). This PR is to fix all the issues I've found along the way:
nf-core/fetchngs pipeline by passing the
--fetchngs_samplesheet true
option.I want to release this as the version 0.3.
The following is still needed for the version 1.0:
which may require another 0.* release.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).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).