mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-29 13:40:25 +08:00
Updated QuickStart EukPhylo (markdown)
parent
e8742bd3f6
commit
50064d71b6
@ -50,15 +50,16 @@ EukPhylo part 1 runs CDS (genome) or assembled transcripts (transcriptome) throu
|
||||
```
|
||||
python wrapper.py -1 1 -2 7 --assembled_transcripts AssembledTranscripts -o Output_Folder --genetic_code Universal -d Databases > log.txt
|
||||
```
|
||||
Code parameters:
|
||||
| Parameter | Description|
|
||||
| ----------- |----------------- |
|
||||
| -1 | start/first script to run.|
|
||||
| -2 | end/last script to run.|
|
||||
| --assembled_transcripts | path to folder with Assembled transcripts in fasta format.|
|
||||
| -o | path to output folder.|
|
||||
| --genetic_code | specified genetic code, name of .txt file with Genetic codes; optional.|
|
||||
| -d | path to Databases folder.|
|
||||
| > log.txt | if added to the end of the command, it will output a log file with progress, warning, or error messages.|
|
||||
| -1 | Start/first script to run.|
|
||||
| -2 | End/last script to run.|
|
||||
|--assembled_transcripts | Path to folder with Assembled transcripts in fasta format.|
|
||||
| -o | Path to output folder.|
|
||||
| --genetic_code | Specified genetic code, name of .txt file with Genetic codes; optional.|
|
||||
| -d | Path to Databases folder.|
|
||||
| > log.txt | If added to the end of the command, it will output a log file with progress, warning, or error messages.|
|
||||
|
||||
### Output:
|
||||
> ReadyToGo files = AA, NTD
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user