Is it possible to pipe inputs to trimmomatic. Similarly can I redirect the output to stdout ?
Unconfigured Ad
Collapse
X
-
-
In Unix-like operating systems it is possible to redirect any input or output; if the program is missing this option, simply use "/dev/stdin" and "/dev/stdout" as the filenames. The only problem is if the program needs to make multiple passes through the input or read it nonconsecutively, but I assume Trimmomatic doesn't.
-
Well, the "problem", as it were, with Trimmomatic is that it wants to input 2 files (R1 pre, R2 pre) and output 4 files -- R1 post, R2 post, R1 unpaired, R2 unpaired. Given that 4 outputs are required then simple piping will not work. I have not tried it but you could probably set up FIFOs for the 4 files.
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 08-24-2026, 10:32 AM
|
0 responses
15 views
0 reactions
|
Last Post
by SEQadmin2
08-24-2026, 10:32 AM
|
||
|
Started by SEQadmin2, 08-20-2026, 11:17 AM
|
0 responses
35 views
0 reactions
|
Last Post
by SEQadmin2
08-20-2026, 11:17 AM
|
||
|
Started by SEQadmin2, 08-18-2026, 10:05 AM
|
0 responses
37 views
0 reactions
|
Last Post
by SEQadmin2
08-18-2026, 10:05 AM
|
||
|
Started by SEQadmin2, 08-13-2026, 12:22 PM
|
0 responses
48 views
0 reactions
|
Last Post
by SEQadmin2
08-13-2026, 12:22 PM
|
Comment