You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to give the form an action attribute; perhaps rvest should set action to the current URL if not otherwise specified by the form itself? This seems related to HTML5 vs. previous versions of HTML (e.g. https://stackoverflow.com/q/1131781).
This works on my end; took the liberty of tidying things up a bit including fixing the sequences input, under the assumption that the text field in the form accepts sequences separated by newlines:
Then, cat(result) matches the output on the webpage:
Wed Aug 4 14:43:29 JST 2021
>aaaa
ATCGATCGATCG
RESULTS OF YOUR SIGNAL SCAN SEARCH REQUEST
This result is the output of the new signal scan program which was completely rewritten
from a scratch by Akio Miyao ($Id: 649.pl,v 1.11 2016/04/20 08:43:39 miyao Exp $).
The original program of signal scan was reported in
Prestridge, D.S. (1991) SIGNAL SCAN: A computer program that scans DNA sequences for
eukaryotic transcriptional elements. CABIOS 7, 203-206.
>aaaa
12 base pairs
(+) = Current Strand
(-) = Opposite Strand
1 ATCGATCGATCG
Factor or Site Name Loc.(Str.) Signal Sequence SITE #
____________________________________________________________________________
//
and get the error
I find that the page's url unchanged when I submit, so can you help me?
The text was updated successfully, but these errors were encountered: