-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RESTRUCTUREBUSCODIR needs to be more robust #126
Comments
Running the pipeline this morning there is a linked issue
This is using the same input commands as prior. |
It's very strange because I haven't been able to reproduce the error ! I can see that Busco finds no genes for bacteria/archaea
Regarding |
Hopefully unrelated, you should set the |
Hi Matthieu, So it looks like the The pipeline command for ascc (
The input for btk command is:
My new output error is:
|
That error is because you've appended The following works very neatly: cp -a /nfs/treeoflife-01/teams/tola/users/dp24/ascc/work/49/df2c9f8115adcf46a3f81fa6c5dc7c/ .
nextflow pull sanger-tol/blobtoolkit -r 0.6.0
cd df2c9f8115adcf46a3f81fa6c5dc7c
rm -rf .nextflow .nextflow.log work asccTinyTest_V2_HAPLO_btk_out
cp .command.sh command.sh # and remove `lineages/` at the end of the `--busco` parameter
bsub -M1200 -R"select[mem>1200] rusage[mem=1200] span[hosts=1]" -n 1 -q yesterday -Is bash -euo pipefail $PWD/command.sh (you can check the outputs in By the way, I've found a way of mitigating the risks of nextflow clone sanger-tol/blobtoolkit -r 0.6.0
nextflow run ./blobtoolkit \
-profile singularity,sanger \
(...) |
I've run the odCymConc twice now and we are getting close! Error is:
WorkDir is: and process dir is: |
Winding things back:
|
Oh no, so i've been chasing you over race conditions! I thought I caught off these. turning ascc into a pipeline that can run multiple assemblies has uncovered a number of race conditions where files are being mixed up by the pipeline even though they should be under different instances of the pipeline, e,g Primary run, haplo run. Thank you very much for the help, I'll run some testing. |
Description of the bug
Hi all,
I am running BTK as a nested pipeline in ASCC using the odCymConc1_PRIMARY pre-decontaminated genome. However, it crashed with the following:
the busco_sequences is missing as there were no genes found when running against bacteria_odb10.
Talking to Matthieu, the RESTRUCTUREBUSCODIR could be made more resilient to deal with this.
Thanks.
Command used and terminal output
Output:
/nfs/treeoflife-01/teams/tola/users/dp24/ascc/work/ab/90a1d70939cb9294b193ee430148be$ ls
blastp.dmnd current odCymConc1_PRIMARY_btk_out odCymConc1_PRIMARY_samplesheet.csv reference_proteomes.dmnd test.log
BTK.yaml new_taxdump odCymConc1_PRIMARY_filtered.fasta odCymConc1_PRIMARY_sorted.bam test.e work
The text was updated successfully, but these errors were encountered: