MetaTrass
Metagenomics Taxonomic Reads Assembly Single-Species
File Explorer
- run.sh
- Trass.py
- barcode_list.txt
- lane.lst
- imt2.46.jpg
- .DS_Store
- AP.py
- ContigPurify.py
- GC.py
- GetCleandata.py
- Kraken2Taxon.py
- MetaAssembly.py
- ReadID2Fastq.py
- SplitBarcode.py
- TB.py
- ToolConfig.py
- TXACBrefiner.py
- VERSION
- run.log
- stp1.1.splitbarcode.sh
- stp1.2.getcleandata.sh
- stp2.1.kraken2taxon.sh
- stp2.2.TXACBrefiner.sh
- stp2.3.ReadID2Fastq.sh
- stp3.1.MetaAssembly.sh
- stp3.2.ContigPurify.sh
- split_reads.1.fq.gz.clean.gz
- split_reads.2.fq.gz.clean.gz
- 5X.id_17.allbarcode.txt_list_1.fq.gz
- 5X.id_17.allbarcode.txt_list_2.fq.gz
- Demo.R
- 5X.id_17.allbarcode.txt
- 5X.id_17.allread.txt
- others.ids.txt
- tax_id.17.info.txt
- tax_reads_depth.txt
- .DS_Store
- 17.fa
- all_alignments_17_scaffold.tsv
- report.txt
- .DS_Store
- 17_supernova_result.fasta.gz
- _err
- _log
- barcode_clean_freq.txt
- fake_10X.err
- fake_10X.log
- merge.txt
- merge_barcode.err
- merge_barcode.log
- .DS_Store
- .DS_Store
- .DS_Store
- README.md
- fake_10x.pl
- merge_barcodes.pl
- shell_barcode
- stlfr2supernova.py
- .DS_Store
- contig_purify.py
- fa_split_by_taxid.py
- kraken2
- python3
- quast.py
- ref_genome_size.py
- seqtk
- SOAPfilter_v2.2
- split_barcode.pl
- supernova
- TABrefiner
- TABrefiner.cpp
- TABrefiner.NOS
- TABrefiner.NOS.cpp
- TABrefiner2
- .DS_Store
- .gitattributes
- LICENSE
- README.md
- run.sh
- Trass.py
- VERSION
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
