Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to use GNU parallel command for running jobs in parallel

    Hi all,

    I am beginner in Linux. I want to run jobs in parallel. Recently I got to know about parallel command but i am unable to use it. can some one please help me out in using this command

    Thanks in advance !

    Gyan
    Last edited by Gyan_prakash; 09-05-2015, 12:41 AM.

  • #2
    Please let us know whether you have:

    * Watched the intro videos https://www.youtube.com/playlist?lis...4C9FF2488BC6D1
    * Walked through the tutorial: man parallel_tutorial
    * Read the examples: LESS=+/EXAMPLE: man parallel

    Comment


    • #3
      well, I have watched few parts of the videos and havent gone through other two parts.
      Actually when I am trying to run simple jobs from command line like

      parallel 'samtools flagstat {}.bam >{}.bam.stats'

      I am getting this message on scren

      Academic tradition requires you to cite works you base your article on.
      When using programs that use GNU Parallel to process data for publication
      please cite:

      O. Tange (2011): GNU Parallel - The Command-Line Power Tool,
      ;login: The USENIX Magazine, February 2011:42-47.

      This helps funding further development; and it won't cost you a cent.
      If you pay 10000 EUR you should feel free to use GNU Parallel without citing.

      To silence the citation notice: run 'parallel --bibtex'.

      parallel: Warning: Input is read from the terminal.
      parallel: Warning: Only experts do this on purpose. Press CTRL-D to exit.

      I dont understand whats happening here.

      Comment


      • #4
        You probably meant something along the lines of:

        Code:
        parallel 'samtools flagstat {} > {}.stats' ::: *.bam

        Comment


        • #5
          Thanks a lot !! dpryan

          yes its working!

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Advancing Precision Medicine for Rare Diseases in Children
            by seqadmin




            Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
            12-16-2024, 07:57 AM
          • seqadmin
            Recent Advances in Sequencing Technologies
            by seqadmin



            Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

            Long-Read Sequencing
            Long-read sequencing has seen remarkable advancements,...
            12-02-2024, 01:49 PM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 12-17-2024, 10:28 AM
          0 responses
          33 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-13-2024, 08:24 AM
          0 responses
          49 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-12-2024, 07:41 AM
          0 responses
          34 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 12-11-2024, 07:45 AM
          0 responses
          46 views
          0 likes
          Last Post seqadmin  
          Working...
          X