Skip to content
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

Attribute reference to 'bigwig' on Sample in chipseq.py #4

Open
vreuter opened this issue Aug 17, 2017 · 3 comments
Open

Attribute reference to 'bigwig' on Sample in chipseq.py #4

vreuter opened this issue Aug 17, 2017 · 3 comments

Comments

@vreuter
Copy link
Contributor

vreuter commented Aug 17, 2017

In the chipseq.py pipeline, there are three usages of sample.bigwig, but the Sample instance being used does not have a bigwig attribute.

Target exists: `/sfs/lustre/allocations/shefflab/processed//kipnis_chip/micro/results_pipeline/input_12k/mapped/input_12k.trimmed.bowtie2.filtered.bam.bai`
Removed existing flag: /sfs/lustre/allocations/shefflab/processed//kipnis_chip/micro/results_pipeline/input_12k/chipseq_failed.flag
Traceback (most recent call last):
  File "/home/vpr9v/code/open_pipelines/pipelines/chipseq.py", line 757, in <module>
    sys.exit(main())
  File "/home/vpr9v/code/open_pipelines/pipelines/chipseq.py", line 484, in main
    process(sample, pipe_manager, args)
  File "/home/vpr9v/code/open_pipelines/pipelines/chipseq.py", line 642, in process
    track_dir = os.path.dirname(sample.bigwig)
AttributeError: 'ChIPseqSample' object has no attribute 'bigwig'

Pypiper terminating spawned child process 190059

Change status from running to failed
@nsheff
Copy link
Collaborator

nsheff commented Aug 18, 2017

@afrendeiro where did we lose the bigwig attribute?

@vreuter
Copy link
Contributor Author

vreuter commented Aug 24, 2017

This is added now.

@vreuter vreuter closed this as completed Aug 24, 2017
@vreuter vreuter reopened this Aug 24, 2017
@vreuter
Copy link
Contributor Author

vreuter commented Aug 24, 2017

Actually, this is just solved in the databio fork...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants