bowtie2: Print only Alignment Summary?
1
0
Entering edit mode
3.4 years ago
jer364 • 0

I'm assembling transcriptomes and am trying to map my reads back to my contigs using bowtie2. Is there a way to only print the summary statistics or ignore alignment information? Otherwise summary file is hundreds of gigs. Thanks for any help!

alignment RNA-Seq • 1.2k views
ADD COMMENT
0
Entering edit mode

You may be able to get that by not providing an output file name for the alignments.

ADD REPLY
2
Entering edit mode
3.4 years ago
ATpoint 81k

By default bowtie2 prints to stdout which you could redirect to /dev/null like

bowtie2 (...) > /dev/null.

The summary probably gets printed to stderr. I would test that first on a few reads to confirm this works.

ADD COMMENT
0
Entering edit mode

Thank you! This worked!

ADD REPLY

Login before adding your answer.

Traffic: 1768 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6