benchmarking_universal_single-copy_orthologs_busco
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| benchmarking_universal_single-copy_orthologs_busco [2024/12/10 14:47] – old revision restored (2020/04/13 08:05) 129.173.94.151 | benchmarking_universal_single-copy_orthologs_busco [2024/12/10 14:49] (current) – 129.173.94.151 | ||
|---|---|---|---|
| Line 81: | Line 81: | ||
| - | * BUSCO 5.2.2 * | + | ** * BUSCO 5.2.2 * ** |
| - | Genomic: default metaeuk | + | ** Genomic: default metaeuk** |
| - | source activate busco-5 | + | |
| - | | + | INPUT=' |
| - | | + | OUTDIR=' |
| - | | + | MODE=' |
| - | # setting the lineage db | + | # setting the lineage db |
| - | ## the latest busco db for eukaryota is odb10 | + | ## the latest busco db for eukaryota is odb10 |
| - | | + | LINEAGEDB='/ |
| - | ## busco v5 only works with odb10 | + | ## busco v5 only works with odb10 |
| - | ## it will not work with odb9 | + | ## it will not work with odb9 |
| - | # run busco | + | # run busco |
| - | ## do not specify output dir with a trailing slash, it will lead to a fatal error | + | ## do not specify output dir with a trailing slash, it will lead to a fatal error |
| - | ## modes are genome, proteins, transcriptome | + | ## modes are genome, proteins, transcriptome |
| - | ## the below command will use Metaeuk as gene predictor | + | ## the below command will use Metaeuk as gene predictor |
| - | busco \ | + | busco \ |
| - | | + | --in $INPUT \ |
| - | | + | --out $OUTDIR \ |
| - | | + | --mode $MODE \ |
| - | | + | --lineage_dataset $LINEAGEDB \ |
| - | | + | --cpu 8 |
| - | conda deactivate | + | conda deactivate |
| - | Proteomic: | + | |
| - | source activate busco-5 | + | ** Proteomic: |
| - | # in the busco-5 environment, | + | |
| - | # / | + | |
| - | # but we don't have writing permissions there | + | # in the busco-5 environment, |
| - | # not sure why we need writing permissions but it doesnt work anyway | + | # / |
| - | # but we copied that dir to a place where we do have writing permissions: | + | # but we don't have writing permissions there |
| - | # you may want to copy it to your own home | + | # not sure why we need writing permissions but it doesnt work anyway |
| - | | + | # but we copied that dir to a place where we do have writing permissions: |
| - | | + | # you may want to copy it to your own home |
| - | | + | export AUGUSTUS_CONFIG_PATH=" |
| - | | + | INPUT=' |
| - | | + | OUTDIR=' |
| - | # setting the lineage db | + | MODE=' |
| - | ## the latest version (as of writing) is odb10 | + | AUGUSTUS_SPECIES=' |
| - | | + | # setting the lineage db |
| - | ## busco v5 only works with odb10 | + | ## the latest version (as of writing) is odb10 |
| - | ## it will not work with odb9 | + | LINEAGEDB='/ |
| - | busco \ | + | ## busco v5 only works with odb10 |
| - | | + | ## it will not work with odb9 |
| - | | + | busco \ |
| - | | + | --in $INPUT \ |
| - | | + | --out $OUTDIR \ |
| - | | + | --mode $MODE \ |
| - | | + | --lineage_dataset $LINEAGEDB \ |
| - | | + | --cpu 8 \ |
| - | conda deactivate | + | --augustus \ |
| - | Note: Take out the mitochondrial genome before running this analysis. | + | --augustus_species $AUGUSTUS_SPECIES \ |
| + | conda deactivate | ||
| + | |||
| **Note**: Take out the mitochondrial genome before running this analysis. | **Note**: Take out the mitochondrial genome before running this analysis. | ||
benchmarking_universal_single-copy_orthologs_busco.1733856430.txt.gz · Last modified: by 129.173.94.151
