Code Monkey home page Code Monkey logo

Comments (8)

igordot avatar igordot commented on May 26, 2024

Sorry you are having trouble.

How did you edit your settings.txt? Can you share the file here?

Is this only a problem for hg19 or does it happen for hg38 as well?

from sns.

lgoehring avatar lgoehring commented on May 26, 2024

I edited it through filezilla. File attached. and yes just tried with hg38 and still having the same problem. Thanks!

settings.txt

from sns.

igordot avatar igordot commented on May 26, 2024

That looks okay. Just to confirm, you ran the chip route and it worked. The problem was only for chip-pairs-peaks?

Can you also share the complete log file where the error is?

from sns.

lgoehring avatar lgoehring commented on May 26, 2024

Yes! ChIP route worked great. Here are the log files. Also attaching the peaks-macs in case?

slurm-17597688.txt
[slurm-17597690.txt](https://github.c
peaks-macs.txt
om/igordot/sns/files/8967898/slurm-17597690.txt)
slurm-17597689.txt
a

from sns.

lgoehring avatar lgoehring commented on May 26, 2024

I also tried to copy your hg19 to the folder im running these analyses in and set that as the genome-dir but that also didn't work

from sns.

igordot avatar igordot commented on May 26, 2024

I didn't notice it earlier, but if you look at the error message, you'll see it spans two lines because there is a line break after hg19.

It looks like the problem is you have non-UNIX line endings. When you edited the file, you probably introduced those. You can check for yourself with cat -A settings.txt. You should see just $, not ^M$, at the end of every line.

To fix, run:

module load dos2unix/7.4.0
dos2unix settings.txt

from sns.

lgoehring avatar lgoehring commented on May 26, 2024

that worked great! thanks!

from sns.

igordot avatar igordot commented on May 26, 2024

Great! The samples CSV files get cleaned up by default. The settings.txt does not, but usually it is not edited, so you are less likely to run into any issues. I should fix that.

from sns.

Related Issues (14)

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.