Hi,
The pipeline shows as completing successfully even though the BLASTN step is not running. Could you provide some tips to help troubleshoot this?
As this is failing silently I'm having a hard time understanding what is causing it.
[76/b0abd7] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:BUSCO_DIAMOND:DIAMOND_BLASTP (asm) [100%] 1 of 1 ✔
[b5/388593] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTX:BLOBTOOLKIT_CHUNK (asm) [100%] 1 of 1 ✔
[f2/bb15b0] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTX:DIAMOND_BLASTX (asm) [100%] 1 of 1 ✔
[c0/e6ad81] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTX:BLOBTOOLKIT_UNCHUNK (asm) [100%] 1 of 1 ✔
[27/907f5b] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTN:NOHIT_LIST (asm) [100%] 1 of 1 ✔
[94/7fd23b] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTN:SEQTK_SUBSEQ (asm.fa) [100%] 1 of 1 ✔
[51/4e303d] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTN:BLOBTOOLKIT_CHUNK (asm) [100%] 1 of 1 ✔
[aa/04b591] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTN:BLASTN_TAXON (asm) [100%] 1 of 1 ✔
[- ] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTN:BLAST_BLASTN -
[8a/dbabdc] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:RUN_BLASTN:BLOBTOOLKIT_UNCHUNK (asm) [100%] 1 of 1 ✔
[d1/060fdc] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:COLLATE_STATS:BLOBTOOLKIT_COUNTBUSCOS (asm) [100%] 1 of 1 ✔
[62/3ca57d] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:COLLATE_STATS:WINDOWSTATS_INPUT (asm) [100%] 1 of 1 ✔
[52/7099b9] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:COLLATE_STATS:BLOBTOOLKIT_WINDOWSTATS (asm) [100%] 1 of 1 ✔
[bc/a0fd6d] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:BLOBTOOLS:BLOBTOOLKIT_CREATEBLOBDIR (asm) [100%] 1 of 1 ✔
[d5/449b3c] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:BLOBTOOLS:BLOBTOOLKIT_UPDATEBLOBDIR (asm) [100%] 1 of 1 ✔
[ea/ab86f1] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:VIEW:BLOBTOOLKIT_SUMMARY (asm) [100%] 1 of 1 ✔
[34/1ce488] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:VIEW:BLOBTK_IMAGES (asm_blob) [100%] 3 of 3 ✔
[2f/a5512d] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:FINALISE_BLOBDIR:BLOBTOOLKIT_UPDATEMETA (asm) [100%] 1 of 1 ✔
[73/a3adc4] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:FINALISE_BLOBDIR:COMPRESSBLOBDIR (asm) [100%] 1 of 1 ✔
[0f/a5fa9d] SANGERTOL_BLOBTOOLKIT:BLOBTOOLKIT:MULTIQC [100%] 1 of 1 ✔
-[sanger-tol/blobtoolkit] Pipeline completed successfully-
Completed at: 20-Aug-2025 07:09:18
Duration : 13h 40m 51s
CPU hours : 499.6
Succeeded : 55
Here is my run command:
nextflow run sanger-tol/blobtoolkit \
--input samplesheet.csv \
--fasta asm.fa \
--outdir "$RESULTS" \
-params-file workflow_parameters.yml \
--project uppmax2025-2-58 \
-profile uppmax \
-resume
here is the workflow_parameters.yml
project: 'uppmax2025-2-58'
input: 'samplesheet.csv'
align: true
taxon: 470658
fasta: 'asm.fa'
blastp: '/proj/snic2022-6-208/private/martin/databases/uniprot_2025_07/reference_proteomes.dmnd'
blastx: '/proj/snic2022-6-208/private/martin/databases/uniprot_2025_07/reference_proteomes.dmnd'
blastn: '/proj/snic2022-6-208/private/martin/databases/nt_2025_07'
taxdump: '/proj/snic2022-6-208/private/martin/databases/taxdump_2025_07'
busco: '/sw/data/BUSCO_data/latest/rackham/v5_lineage_sets'
busco_lineages: 'insecta_odb10'
Hi,
The pipeline shows as completing successfully even though the BLASTN step is not running. Could you provide some tips to help troubleshoot this?
As this is failing silently I'm having a hard time understanding what is causing it.
Here is my run command:
here is the workflow_parameters.yml