Man page - fastaq(1)
Packages contas this manual
- fastaq-merge(1)
- fastaq-to_unique_by_id(1)
- fastaq-split_by_base_count(1)
- fastaq-strip_illumina_suffix(1)
- fastaq-get_ids(1)
- fastaq-enumerate_names(1)
- fastaq-count_sequences(1)
- fastaq-sequence_trim(1)
- fastaq-to_fake_qual(1)
- fastaq-filter(1)
- fastaq-fasta_to_fastq(1)
- fastaq-version(1)
- fastaq-trim_contigs(1)
- fastaq(1)
- fastaq-deinterleave(1)
- fastaq-add_indels(1)
- fastaq-get_seq_flanking_gaps(1)
- fastaq-expand_nucleotides(1)
- fastaq-scaffolds_to_contigs(1)
- fastaq-to_boulderio(1)
- fastaq-to_random_subset(1)
- fastaq-translate(1)
- fastaq-make_random_contigs(1)
- fastaq-chunker(1)
- fastaq-to_mira_xml(1)
- fastaq-to_perfect_reads(1)
- fastaq-acgtn_only(1)
- fastaq-reverse_complement(1)
- fastaq-caf_to_fastq(1)
- fastaq-sort_by_name(1)
- fastaq-interleave(1)
- fastaq-sort_by_size(1)
- fastaq-search_for_seq(1)
- fastaq-capillary_to_pairs(1)
- fastaq-to_fasta(1)
- fastaq-to_orfs_gff(1)
- fastaq-trim_ends(1)
- fastaq-replace_bases(1)
- fastaq-to_tiling_bam(1)
apt-get install fastaq
Manual
| FASTAQ(1) | User Commands | FASTAQ(1) |
NAME
fastaq - FASTA and FASTQ file manipulation tools
SYNOPSIS
fastaq <command> [options]
DESCRIPTION0nf
To get minimal usage for a command use: fastaq command
To get full help for a command use one of: fastaq command -h fastaq command --help
Available commands:
acgtn_only Replace every non acgtnACGTN with an N add_indels Deletes or inserts bases at given position(s) caf_to_fastq Converts a CAF file to FASTQ format capillary_to_pairs Converts file of capillary reads to paired and unpaired files chunker Splits sequences into equal sized chunks count_sequences Counts the sequences in input file deinterleave Splits interleaved paired file into two separate files enumerate_names Renames sequences in a file, calling them 1,2,3... etc expand_nucleotides Makes every combination of degenerate nucleotides fasta_to_fastq Convert FASTA and .qual to FASTQ filter Filter sequences to get a subset of them get_ids Get the ID of each sequence get_seq_flanking_gaps Gets the sequences flanking gaps interleave Interleaves two files, output is alternating between fwd/rev reads make_random_contigs Make contigs of random sequence merge Converts multi sequence file to a single sequence replace_bases Replaces all occurrences of one letter with another reverse_complement Reverse complement all sequences scaffolds_to_contigs Creates a file of contigs from a file of scaffolds search_for_seq Find all exact matches to a string (and its reverse complement) sequence_trim Trim exact matches to a given string off the start of every sequence sort_by_name Sorts sequences in lexographical (name) order sort_by_size Sorts sequences in length order split_by_base_count Split multi sequence file into separate files strip_illumina_suffix Strips /1 or /2 off the end of every read name to_boulderio Converts to Boulder-IO format, used by primer3 to_fake_qual Make fake quality scores file to_fasta Converts a variety of input formats to nicely formatted FASTA format to_mira_xml Create an xml file from a file of reads, for use with Mira assembler to_orfs_gff Writes a GFF file of open reading frames to_perfect_reads Make perfect paired reads from reference to_random_subset Make a random sample of sequences (and optionally mates as well) to_tiling_bam Make a BAM file of reads uniformly spread across the input reference to_unique_by_id Remove duplicate sequences, based on their names. Keep longest seqs translate Translate all sequences in input nucleotide sequences trim_Ns_at_end Trims all Ns at the start/end of all sequences trim_contigs Trims a set number of bases off the end of every contig trim_ends Trim fixed number of bases of start and/or end of every sequence version Print version number and exit
| December 2024 | fastaq 3.17.0 |