BRAKER is a pipeline for fully automated prediction of protein coding gene structures with GeneMark-ES/ET/EP/ETP and AUGUSTUS in novel eukaryotic genomes
Other
364
stars
81
forks
source link
symlink inconsistent when running singularity with --workingdir='/data' #627
Thanks for the great tool, I am almost able to run it now!
I ran the singularity with an extra --workingdir='/data' to avoid filling my small HOME folder
When I look into the resulting folder, I noticed a broken symlink containing /data and pointing to GeneMark-EP/genemark.gtf
the link is as follows:
traingenes.gtf -> /data/GeneMark-EP/genemark.gtf
where it should be
traingenes.gtf -> GeneMark-EP/genemark.gtf
the /data/ was kept, probably due to a missing basename command to remove the 'workingdir'
Note that the wrongly linked file genemark.gtf is present in the GeneMark-EP folder
Thanks for the great tool, I am almost able to run it now!
I ran the singularity with an extra --workingdir='/data' to avoid filling my small HOME folder When I look into the resulting folder, I noticed a broken symlink containing /data and pointing to GeneMark-EP/genemark.gtf
the link is as follows:
where it should be
the /data/ was kept, probably due to a missing basename command to remove the 'workingdir'
Note that the wrongly linked file genemark.gtf is present in the GeneMark-EP folder
run command:
somewhere in the stdout
resulting folder structure