Hi,
Has any of you experience with SignalP and can tell me whether "gram-" finds both gram negative and gram positive peptides?
One can run SignalP remote on their own PC in the command line like this:
signalp -fasta test.fasta -org gram-
With
-fasta
being a string representing the input file in fasta format.
and
-org
being a string representing the input type of organism.
Archaea: 'arch', Gram-positive: 'gram+', Gram-negative: 'gram-' or Eukarya: 'euk' (default "euk")
I want to catch any bacterial signal peptides. So I could just run it twice but would prefer not to ofc. :)
If anybody comes across this and wants to know more about the input options, here is the link to SignalPs readme: http://www.cbs.dtu.dk/services/doc/signalp-5.0.readme
Judging by the documentation, it's only going to pick up gram negative if you provide the
gram-
flag. I don't know if its a required argument, maybe you can run without specifying, but I expect you're going to need to run it twice.Yes, I fears so too. My supervisor suggested otherwise but the documentation doesn't give any indications for this assumption so I will run a little
test
and seewhich of the two options finds the most signal peptides
. If no significant difference between the two is found I will have to run it twice. Anyhow I will keep you updated on the results so that at least someone who comes across this in the future can benefit from this post :) Thanks for your reply!