Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • anunn
    replied
    This worked a treat, thanks Rick!

    Leave a comment:


  • westerman
    replied
    BTW: I've gotten into the habit, especially since most of my commands are run on a batch queuing system, of redirecting all commands to a file so that I can examine them while they are running. E.g.,

    my_command_that_is_sent_to_the_queue 2>&1 | tee my_command.stdout.stderr.txt

    This probably does not apply to you but I wanted to mention it in case someone could use the idea.

    Leave a comment:


  • westerman
    replied
    I believe that the text you want is put out on stderr not stdout. So you should be able to capture it via a redirect to stderr. E.g., in bash:

    2>myfile-log.txt

    Leave a comment:


  • anunn
    started a topic Redirecting terminal output of Bowtie

    Redirecting terminal output of Bowtie

    A slightly trivial question perhaps, but does anyone know why it isn't possible to redirect the output of Bowtie to a text file? I.e. the text printed to the terminal, rather than the actual alignments?

    Here's the command, which always outputs a text file of zero size:

    bowtie -p 3 -S mm9 -1 myfile1.fastq -2 myfile2.fastq myfile.sam > myfile-Log.txt

    Many thanks,

    Adam

Latest Articles

Collapse

  • seqadmin
    Exploring the Dynamics of the Tumor Microenvironment
    by seqadmin




    The complexity of cancer is clearly demonstrated in the diverse ecosystem of the tumor microenvironment (TME). The TME is made up of numerous cell types and its development begins with the changes that happen during oncogenesis. “Genomic mutations, copy number changes, epigenetic alterations, and alternative gene expression occur to varying degrees within the affected tumor cells,” explained Andrea O’Hara, Ph.D., Strategic Technical Specialist at Azenta. “As...
    07-08-2024, 03:19 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 06:46 AM
0 responses
9 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-24-2024, 11:09 AM
0 responses
26 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-19-2024, 07:20 AM
0 responses
160 views
0 likes
Last Post seqadmin  
Started by seqadmin, 07-16-2024, 05:49 AM
0 responses
127 views
0 likes
Last Post seqadmin  
Working...
X