Giter Club home page Giter Club logo

Comments (6)

boutrys avatar boutrys commented on September 17, 2024 1

it worke, thanks a lot!

from vep_plugins.

Minoo-ASTY avatar Minoo-ASTY commented on September 17, 2024 1

Probably a problem with cat trying to find the file in the current directory. Did your second command work?

Thanks for the reply. Yes, I forgot to run head -n1 dbNSFP3.5a_variant.chr1 > h
command first.

from vep_plugins.

at7 avatar at7 commented on September 17, 2024

Hi, is the file size for dbNSFP_hg19.gz getting bigger? The final size is around 20G. I have to specify a separate directory for sorting because the tmp space is not big enough. I ran it like this: cat dbNSFP3.5a_variant.chr* | grep -v ^#chr | awk '$8 != "."' | sort -T /PATH_TO_SORT_DIR/ -k8,8 -k9,9n - | cat h - | bgzip -c > dbNSFP3.5a_grch37.txt.gz
It ran in 4 hours for me.

from vep_plugins.

boutrys avatar boutrys commented on September 17, 2024

Yes I saw that the tmp space grows trmendously, I'll try using a separate directory, thanks a lot for the trick , I'll get back to you after

from vep_plugins.

Minoo-ASTY avatar Minoo-ASTY commented on September 17, 2024

Hi, is the file size for dbNSFP_hg19.gz getting bigger? The final size is around 20G. I have to specify a separate directory for sorting because the tmp space is not big enough. I ran it like this: cat dbNSFP3.5a_variant.chr* | grep -v ^#chr | awk '$8 != "."' | sort -T /PATH_TO_SORT_DIR/ -k8,8 -k9,9n - | cat h - | bgzip -c > dbNSFP3.5a_grch37.txt.gz It ran in 4 hours for me.

Using your trick, for me gave this message cat: h: No such file or directory
and I used this command for that:
cd ./dbNSFP3.5a
cat dbNSFP3.5a_variant.chr* | grep -v ^#chr | awk '$8 != "."' | sort -T ./dbNSFP3.5a/tmp -k8,8 -k9,9n - | cat h - | bgzip -c > dbNSFP3.5a.txt.gz
Do you know why?

from vep_plugins.

dglemos avatar dglemos commented on September 17, 2024

Probably a problem with cat trying to find the file in the current directory.
Did your second command work?

from vep_plugins.

Related Issues (20)

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.