-
Notifications
You must be signed in to change notification settings - Fork 15
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
'Pipestat compatible': False, 'Commands submitted': '0 of 2', 'Jobs submitted': 0 #305
Comments
This may offer a clue:
looper will not resubmit if it finds a failed flag unless you use the Alternatively you can use the |
@donaldcampbelljr , Cutting parallel chroms in half to accommodate two tracks. What can I do to solve it? |
Based on the error given (
I'm not a 100% certain. Can you paste the entire log from the |
Thanks for the great tool!
When i run this:
looper run /home/wangmengj/workspace/project06_bam_ATAC_qc/01_example_pepatac/pepatac_tutorial/tools/pepatac/examples/tutorial/tutorial_refgenie.yaml
it appears this error:
/home/wangmengj/software/anaconda3/envs/pepatac/lib/python3.9/site-packages/pydantic/_migration.py:283: UserWarning:
pydantic.error_wrappers:ValidationError
has been moved topydantic:ValidationError
.warnings.warn(f'
{import_path}
has been moved to{new_location}
.')Looper version: 1.6.0
Command: run
This PEP configures looper through the project config. This approach is deprecated and will be removed in future versions. Please use a looper config file. For more information see looper.databio.org/en/latest/looper-config
Pipestat compatible: False
[1 of 2] sample: tutorial1; pipeline: PEPATAC
[2 of 2] sample: tutorial2; pipeline: PEPATAC
Looper finished
Samples valid for job generation: 2 of 2
Commands submitted: 0 of 2
Jobs submitted: 0
{'Pipestat compatible': False, 'Commands submitted': '0 of 2', 'Jobs submitted': 0}
Did anyone know how to solve it?
Best,
Melody
The text was updated successfully, but these errors were encountered: