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
-[download](https://github.com/BackofenLab/IntaRNA/releases) the according ZIP archive and extract
283
+
-[download](https://github.com/BackofenLab/IntaRNA/releases/latest) the according ZIP archive and extract
284
284
- open a [Windows command prompt](https://www.lifewire.com/how-to-open-command-prompt-2618089)
285
285
-[run IntaRNA](#usage)
286
286
@@ -331,7 +331,7 @@ brew install viennarna
331
331
brew install doxygen
332
332
```
333
333
334
-
Download and extract the IntaRNA source code package (e.g. `intaRNA-2.0.2.tar.gz`) from the [release page](releases/).
334
+
Download and extract the IntaRNA source code package (e.g. `intaRNA-2.0.2.tar.gz`) from the [release page](https://github.com/BackofenLab/IntaRNA/releases/latest).
335
335
336
336
```[bash]
337
337
./configure CC=gcc-6 CXX=g++-6
@@ -412,9 +412,12 @@ interaction energy = -10.85 kcal/mol
412
412
413
413
```
414
414
415
-
or provide (multiple) sequence(s) in [FASTA-format](#https://en.wikipedia.org/wiki/FASTA_format).
416
-
It is possible to provide either file input or to read the FASTA input from the
417
-
STDIN stream.
415
+
In case you need specific RNA names in your output, you can provide ID strings
416
+
for each RNA using e.g. `--tId="mRNA with GC"` or `--qId="sRNA-example"`.
417
+
418
+
Multiple sequences can be provided in [FASTA-format](#https://en.wikipedia.org/wiki/FASTA_format).
419
+
It is possible to use either file input or to read the FASTA input from the
420
+
`STDIN` stream.
418
421
419
422
```bash
420
423
# running IntaRNA with FASTA files
@@ -497,10 +500,8 @@ mode = M
497
500
# no seed constraint
498
501
noSeed = true
499
502
# full global accessibility computation
500
-
qAccW = 0
501
-
qAccL = 0
502
-
tAccW = 0
503
-
tAccL = 0
503
+
accW = 0
504
+
accL = 0
504
505
```
505
506
506
507
where you use the long parameter names without the leading `--`.
@@ -750,7 +751,7 @@ by running IntaRNA when disabling both the seed constraint
750
751
as well as the accessibility integration using
751
752
```bash
752
753
# prediction results similar to TargetScan/RNAhybrid
753
-
IntaRNA [..] --noSeed --qAcc=N --tAcc=N
754
+
IntaRNA [..] --noSeed --acc=N
754
755
```
755
756
We *add seed-constraint support to TargetScan/RNAhybrid-like computations* by removing the
756
757
`--noSeed` flag from the above call.
@@ -767,7 +768,7 @@ Finally, RNAup only predicts interactions for subsequences of length 25.
767
768
All this can be setup using
768
769
```bash
769
770
# prediction results similar to 'RNAup -b' (incorporating accessibility of both RNAs)
0 commit comments