-
Notifications
You must be signed in to change notification settings - Fork 19
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
No adduct generation #29
Comments
The line These tasks have all been developed as snakemake and nextflow workflows, which you found. However, these are intended to be run outside the ISiCLE API. For example, snakemake is invoked as We currently do not have documentation detailing the workflow usage, so I would encourage you to familiarize yourself with snakemake and/or nextflow documentation. |
Thanks for the advice @smcolby, if possible use the ccs.nf to test that example, the ccs.bf file that is found in workflows/ccs/nextflow-local/ccs.nf. |
Hello isicle developers I have installed nextflow and I try to use ccs.nf file but I have the follow problem: (isicle) oscar.macollunco@sorgan-cpu6:~/isicle/workflows/ccs/nextflow-local$ nextflow run ccs.nf -config nextflow.config Caused by: Command executed: #!/usr/bin/env python3 cwd = "/home/oscar.macollunco/isicle/workflows/ccs/nextflow-local" geom = isicle.io.load("dimethylglycine.mol") adducts = geom.ionize(ion_list=config['adducts']['ion_list'], for add in adducts.adducts: Command exit status: Command output: Work dir: Tip: when you have fixed the problem you can continue the execution adding the option -- Check '.nextflow.log' file for details again is the joblib file, Any help would be much appreciated. |
I am actually not familiar with NextFlow (I've used Snakemake). I'm copying @jessbade here, as she has more experience with NextFlow. |
Hello Isicle developers,
I try to reproduce the example of collision cross section. The Isicle was installed correctly according to the message
the structure of example is dimethylglycine.mol
I am trying to get started using isicle but im running into an issue when following the CCS example presented here.
where i found the 'ccs_adducts.joblib' that is a job submission file? can you send me a example.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: