You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In the
chipseq.py
pipeline, there are three usages ofsample.bigwig
, but theSample
instance being used does not have abigwig
attribute.The text was updated successfully, but these errors were encountered: