Skip to content

combineRMAlignOutput process not working #3

Description

@manighanipoor

Hi
I am running RepeatMaker nextflow using a custom TE library on a genome assembly. All processes worked successfully unless the last process (combineRMAlignOutput) with the following error (I got the same error on runs of RepeatMasker Nextflow on other genomes as well):

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named .command.sh

    Pipeline execution summary
    ---------------------------

executor > local (1), slurm (115)
[89/6d4e0a] process > warmupRepeatMasker (1) [100%] 1 of 1 ✔
[c6/11abd9] process > genBatches (1) [100%] 1 of 1 ✔
[cb/75fcc5] process > RepeatMasker (31) [100%] 38 of 38 ✔
[fe/728d24] process > combineRMOUTOutput (20) [100%] 38 of 38 ✔
[45/0852f6] process > combineRMAlignOutput (38) [ 5%] 2 of 38, failed: 2
Error executing process > 'combineRMAlignOutput (1)'

Caused by:
Process combineRMAlignOutput (1) terminated with an error exit status (25)

Command executed:

for f in batch-38.fa.align; do cat $f >> combAlign; done ####/hpcfs/users/a1177955/local/RepeatMasker_Nextflow/alignToBed.pl -fullAlign combAlign | /hpcfs/users/a1177955/local/UCSC_tools/bedSort stdin stdout | /hpcfs/users/a1177955/local/RepeatMasker_Nextflow/bedToAlign.pl > combAlign-sorted
/hpcfs/users/a1177955/local/RepeatMasker_Nextflow/alignToBed.pl -fullAlign combAlign > tmp.bed

Be mindful of this buffer size...should probably make this a parameter

sort -k1,1V -k2,2n -k3,3nr -S 3G -T /hpcfs/users/a1177955/HTT_sea_snake/synteny/repeatmasker/hydrophis_cyanocinctus/work tmp.bed > tmp.bed.sorted
/hpcfs/users/a1177955/local/RepeatMasker_Nextflow/bedToAlign.pl tmp.bed.sorted > combAlign-sorted
/hpcfs/users/a1177955/local/RepeatMasker_Nextflow/renumberIDs.pl -translation combOutSorted-translation.tsv combAlign-sorted > combAlign-sorted-renumbered
gzip -c combAlign-sorted-renumbered > hydrophis_cyanocinctus.rmalign.gz

Command exit status:
25

Command output:
(empty)

Command error:
Could not find translation for ID: b38_1
Found in line: 1336 20.67 11.67 0.00 chr4 201472739 201473038 (19427034) C rnd-5_family-5278_s_2#LINE/L1 (1484) 9915 9581 b38_1 m_b1s001i0

Work dir:
/hpcfs/users/a1177955/HTT_sea_snake/synteny/repeatmasker/hydrophis_cyanocinctus/work/49/389484c8e39378c87c46d24f0899c6

Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named .command.sh

WARN: Killing running tasks (36)

As I said the issue replicates in other runs whole i did not have the issue in your sample test data

Cheers,
Mani

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions