You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the input fasta file ends with .fa suffix, and the sample name is same with the file name without suffix. The module bioawk can clear my input fasta. I think it's a serious question because the lost input files can't be recoved.
Command used and terminal output
nextflow run nf-core-funcscan_1.1.5/1_1_5 \ -profile singularity \ --outdir funcscan \ -params-file funcscan_params.yaml \ -with-towerand the input is (first 5 lines for short):sample,fastaR1_1_genome.7,dereplicated_genomes/R1_1_genome.7.faR1_2_genome.3,dereplicated_genomes/R1_2_genome.3.faR1_2_genome.7,dereplicated_genomes/R1_2_genome.7.faR1_3_genome.4,dereplicated_genomes/R1_3_genome.4.fa
Relevant files
The exit status of the task that caused the workflow execution to fail was: 139
Error executing process > 'NFCORE_FUNCSCAN:FUNCSCAN:BIOAWK (R21_3_genome.2)'
Caused by:
Process NFCORE_FUNCSCAN:FUNCSCAN:BIOAWK (R21_3_genome.2) terminated with an error exit status (139)
Description of the bug
If the input fasta file ends with .fa suffix, and the sample name is same with the file name without suffix. The module bioawk can clear my input fasta. I think it's a serious question because the lost input files can't be recoved.
Command used and terminal output
Relevant files
The exit status of the task that caused the workflow execution to fail was: 139
Error executing process > 'NFCORE_FUNCSCAN:FUNCSCAN:BIOAWK (R21_3_genome.2)'
Caused by:
Process
NFCORE_FUNCSCAN:FUNCSCAN:BIOAWK (R21_3_genome.2)
terminated with an error exit status (139)Command executed:
bioawk
-c fastx '{print ">" $name ORS length($seq)}'
R21_3_genome.2.fa
> R21_3_genome.2.fa
gzip R21_3_genome.2.fa
LONGEST=$(zcat R21_3_genome.2.fa.gz | grep -v '>' | sort -n | tail -n 1)
cat <<-END_VERSIONS > versions.yml
"NFCORE_FUNCSCAN:FUNCSCAN:BIOAWK":
bioawk: 1.0
END_VERSIONS
Command exit status:
139
Command output:
(empty)
Command error:
INFO: Converting SIF file to temporary sandbox...
.command.sh: line 5: 41 Segmentation fault (core dumped) bioawk -c fastx '{print ">" $name ORS length($seq)}' R21_3_genome.2.fa > R21_3_genome.2.fa
INFO: Cleaning up image...
Work dir:
/home/jovyan/work/.nextflow/work/10/d1db29084d8efba80fb88abe75fb1d
Tip: you can replicate the issue by changing to the process work dir and entering the command
bash .command.run
System information
23.10.0 build 5889
executor: local
container engine: singularity
OS ubuntu20
nf-core/funscan 1.1.5
The text was updated successfully, but these errors were encountered: