Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Sailor Cannot Find Files #14

@lastarr15

Description

@lastarr15

I have been trying to run Sailor using the following script:
#!/bin/bash
#SBATCH -n 10
#SBATCH -p main
#SBATCH --qos main
#SBATCH -N 1

module load singularity
pip install cwlref-runner
cd /home/lastarr/D2005.1_sailor
./sailor-1.0.4 D2005.1sailor_D1

Everything is in the correct directory (/home/lastarr/D2005.1_sailor) and is properly formatted. When I submit this job, the following results:

self.setup(dedup(referenced_files), basedir)
File "/opt/conda/lib/python2.7/site-packages/cwltool/pathmapper.py", line 225, in setup
self.visit(fob, stagedir, basedir, staged=True)
File "/opt/conda/lib/python2.7/site-packages/cwltool/pathmapper.py", line 214, in visit
self.visitlisting(obj.get("secondaryFiles", []), stagedir, basedir, copy=copy, staged=staged)
File "/opt/conda/lib/python2.7/site-packages/schema_salad/sourceline.py", line 150, in exit
raise self.makeError(unicode(exc_value))
ValidationException: D2005.1sailor_D1:9:3: [Errno 2] No such file or directory: '/home/lastarr/D2005.1_sailor/home/lastarr/D2005.1_sailor/D1Aligned.sortedByCoord.out.bam'
[step split_strands] Cannot make job: D2005.1sailor_D1:9:3: [Errno 2] No such file or directory: '/home/lastarr/D2005.1_sailor/home/lastarr/D2005.1_sailor/D1Aligned.sortedByCoord.out.bam'
[workflow rnaediting2strands.workflow.cwl] outdir is /home/lastarr/D2005.1_sailor/D2005/.tmp/interm/EDZJxh
{}
Final process status is permanentFail
cp: cannot stat '/home/lastarr/D2005.1_sailor/D2005/.tmp/outdir/*': No such file or directory

Any help would be great. I am in my home directory when I run this. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions