Using needle command with no output to the terminal
I'm am using the needle command and would just like there to be no output to the terminal
For example this is what I run
needle -asequence seq1.fna -bsequence seq2.fna -gapopen 0 -gapextend 2 -outfile file.needle
Needleman-Wunsch global alignment of two sequences
And I would just like the line Needleman-Wunsch global alignment of two sequences to not print.
• 3,052 views
•
link
1 answer
The -auto option just does that. Quoting from the manual:
The
-autoqualifier will turn off any prompting of the user. It will try to run the program with all the default settings that are defined in the ACD file. If a parameter does not have a default value and it is flagged as required, the program will stop and produce an error message.
• 0 views
•
link
Log in to answer this question.