Ask questions, report problems or request new features for the mfold software.
-
cfgauss
- Posts: 2
- Joined: Wed Feb 15, 2023 11:49 pm
Post
by cfgauss »
On a Linux box mfold prints to stdout (or perhaps stderr) as it computes. And
doesn't seem to eliminate this printing.
Is there a way to eliminate it?
-
Nickelpenny12
- Posts: 2
- Joined: Tue Jul 23, 2024 9:40 am
Post
by Nickelpenny12 »
I found a solution by executing the command in a separate bash screen:
e.g.
Code: Select all
screen -dm bash -c "cd {output_dir} && mfold SEQ=rna_fasta.fasta"