HTseq doesn't support Multi-Threading ?
1
2
Entering edit mode
2.6 years ago
rlatjsgns129 ▴ 20

Hello, everyone !

I'm looking for a way to use HTseq with multi-thread.

I couldn't find any options about multi-thread.

Anybody knows how to, please ?

(I know there are tools support multi-thread like STAR, HISAT2. but just wonder whether HTseq doesn't support it.)

Thank you. : )

htseq-count htseq thread multithread count • 3.3k views
ADD COMMENT
5
Entering edit mode
2.6 years ago
Michael 54k

HTSeq-count (I guess that is what you are referring to) doesn`t support it as of now for a single file, see the issue for the discussion and alternatives: https://github.com/htseq/htseq/issues/7#issuecomment-638075405

To be precise (citing the developer)

That's it. The -n can process up to n BAM files in parallel to speed up, but cannot use multiple cores on the same file.

Other HTSeq commands are muti-threaded and support the -n option though.

You could use featureCounts instead if you really need multi-threading support. Or run HTSeq count through parallel on multiple files, but this will not scale favorably complexity-wise (duplicated coordinate parsing, duplicated tree structures, increased simultaneous file IO), so this is not recommended.

ADD COMMENT

Login before adding your answer.

Traffic: 1807 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