Metagenomics
Search this site
Metagenomics
Wiki
Tools
16S tools
Assembly
BLAST
Bowtie2
Genome
Pathogen screening
Phylogenetic tree
SAMtools
Sequence data
Shotgun sequencing
Ubuntu/Linux server
Tools
>
Ubuntu/Linux server
>
Sorting
sort a text file
sort
file.txt > file_sorted.txt
sorting list of files (using unix pipe)
ls *.txt
|
sort