Giter Club home page Giter Club logo

pipe-clip's People

Contributors

bchen4 avatar burgler avatar mink8122 avatar nickwfj123 avatar trestletech avatar xiezhq avatar yangshengjie4u avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pipe-clip's Issues

Can't run PIPECLIP- ERROR: Input file does not have header, later it says OK!!!

HI!
I am trying to run PIPECLIP locally, but I am unable to do so. If I begin with a .sam, samtools returns an error. If I use a .bam.bai file, then I get

`:$ python pipeclip.py -i /path/to/Clip.bam.bai -o Clip-Rt14 -c 3 -l 15 -m 5 -r 0 -M 0.05 -C 0.05 -s hg19

INFO:Start to run
[E::hts_open_format] Failed to open file /path/to/Clip.bam.bai
[E::hts_open_format] Failed to open file /path/to/Clip.bam.bai
ERROR:Input file does not have header, please check your file. Program quit
INFO:Input file OK,start to run PIPE-CLIP
INFO:Species info hg19
ERROR:Cannot open input file
INFO:Started to annotate cross-linking sits using HOMER
Traceback (most recent call last):
File "pipeclip.py", line 130, in
runPipeClip(infile,control,outputPrefix,matchLength,mismatch,rmcode,fdrEnrichedCluster,clipType,fdrReliableMutation,species)
File "pipeclip.py", line 97, in runPipeClip
for name in outfilelist:
UnboundLocalError: local variable 'outfilelist' referenced before assignment
`
Would you mind pointing me on which is the problem?

Many thanks,

Alternatives to GHMM?

We are attempting to get PIPE-SEQ working on the SHARCNET, but we are having trouble installing the Python dependency "ghmm" due to its age. It is also not available on the PIP python package system. Are you aware of any alternatives that may work with PIPE-SEQ for this particular function?

Thank you.

Galaxy site is down!

Hey,

We have been using your pipeline for data analysis and I noticed that the QBRC-Galaxy site is down with the following error message (Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.)

Please help and many thanks!

-s species only for mm & hg ?

hello!i have a problem when i use pipe-clip. my data is in fly cells, but the parameter -s has only two options (mm & hg).
how could i make it for drosophila data ?
thank you very much for help !!!

No module named 'Alignment'

(base) Xiaos-MacBook-Pro-3:PIPE-CLIP-1.2.0-alpha xiaolei$ python pipeclip.py -i /miniconda3/data/hnRNP_U/aln-hnRNPU.sorted.bam -o test
Traceback (most recent call last):
File "pipeclip.py", line 13, in
from lib import *
File "/miniconda3/bin/PIPE-CLIP-1.2.0-alpha/lib/init.py", line 2, in
import Alignment
ModuleNotFoundError: No module named 'Alignment'

Galaxy Site Down?

Hi!

I was wondering, It's been a week or so since the Galaxy Site can’t be reached, is this going to be permanent? We've used your pipeline for some of your analysis and we will be publishing soon. But we can't access and update the results!

Thank you very much,

AttributeError: 'module' object has no attribute 'TupleProxy'

I have finally installed all dependencies (including python packages pybedtools and ghmm), and I get the following error when attempting to run the program:

python pipeclip.py -i ERR_TopHat_Aligned.bam -o ERR-NoRepeatRemoval -c 3 -l 25 -m 2 -r 0 -M 0.05 -C 0.05 -s hg19

Traceback (most recent call last):
File "pipeclip.py", line 13, in
from lib import *
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/init.py", line 2, in
import Alignment
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/Alignment.py", line 6, in
import Enrich
File "/project/xxxxx/emucaki/RNPS1-FASTQ/PIPE-CLIP-master/lib/Enrich.py", line 15, in
from pysam import *
AttributeError: 'module' object has no attribute 'TupleProxy'

Any help would be most appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.