Has this issue been encountered before? I uploaded a fasta of pseudoreads for repeatexplorer, with file size 4.8Gb. The file was imported from FTP and it turned green. The number of sequences and the first few lines looked good. A few minutes after starting the tool, it failed with a file not found error.
Looks to me like empty single quotes after ${GALAXY_MEMORY_KB} indicate the Galaxy tool is putting an empty string for the filepath for seqclust. What can be changed so the tool accesses the input filepath?
Command line:
export GALAXY_MEMORY_KB=$((${GALAXY_MEMORY_MB:-8192}*1024)) && export PYTHONHASHSEED=0 && mkdir -p ‘/data/dnb11/galaxy_db/files/d/7/3/dataset_d7369c2f-7f43-4a5a-9dec-03dd0ee52322_files’ && /repex_tarean/seqclust --cpu ${GALAXY_SLOTS:-1} --max_memory ${GALAXY_MEMORY_KB} ‘’ --taxon ‘VIRIDIPLANTAE3.0’ --output_dir=‘/data/dnb11/galaxy_db/files/d/7/3/dataset_d7369c2f-7f43-4a5a-9dec-03dd0ee52322_files’ --mincl ‘0.0001’ --assembly_min ‘2’ --keep_names ‘/data/dnb11/galaxy_db/files/c/2/f/dataset_c2fa7507-33cf-4412-a974-5417eaddadaa.dat’ && cp ‘/data/dnb11/galaxy_db/files/d/7/3/dataset_d7369c2f-7f43-4a5a-9dec-03dd0ee52322_files/index.html’ ./index.html
Tool standard error:
usage: seqclust [-h] [-p] [-A] [-t] [-l LOGFILE] [-m {float range 0.0..100.0}]
\[-M {0,float range 0.1..1}\] \[-o {float range 30.0..80.0}\]
\[-c CPU\] \[-s SAMPLE\] \[-P PREFIX_LENGTH\] \[-v OUTPUT_DIR\]
\[-r MAX_MEMORY\] \[-d DATABASE DATABASE\] \[-C\] \[-k\]
\[-a {2,3,4,5}\]
\[-tax {VIRIDIPLANTAE3.0,VIRIDIPLANTAE2.2,METAZOA2.0,METAZOA3.0}\]
\[-opt {ILLUMINA,ILLUMINA_DUST_OFF,ILLUMINA_SENSITIVE_MGBLAST,ILLUMINA_SENSITIVE_BLASTPLUS,OXFORD_NANOPORE}\]
\[-D {BLASTX_W2,BLASTX_W3,DIAMOND}\]
sequences
seqclust: error: argument sequences: can’t open ‘’: [Errno 2] No such file or directory: ‘’
