Skip to content

Commit

Permalink
Update parameters section
Browse files Browse the repository at this point in the history
  • Loading branch information
Juke34 authored Jan 17, 2025
1 parent 0cd31b3 commit 57832e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ On success you should get a message looking like this:
--genome path to the genome file
--aligner aligner(s) to use among this list (comma or space separated) [bbmap, bowtie, bowtie2, bwaaln, bwamem, bwasw, graphmap2, hisat2, kallisto, minimap2, novoalign, nucmer, ngmlr, star, subread, sublong]
--outdir path to the output directory (default: alignment_results)
--annotation [Optional][used by STAR, Tophat2] Absolute path to the annotation file (gtf or gff3)
--annotation [Optional][used by graphmap2, STAR, subread] Absolute path to the annotation file (gtf or gff3)
Type of input reads
--read_type type of reads among this list [short_paired, short_single, pacbio, ont] (default: short_paired)
Expand All @@ -329,12 +329,14 @@ On success you should get a message looking like this:
Aligner specific options
--bbmap_options additional options for bbmap
--bowtie_options additional options for bowtie
--bowtie2_options additional options for bowtie2
--bwaaln_options additional options for bwaaln
--bwamem_options additional options for bwamem
--bwasw_options additional options for bwasw
--graphmap2_options additional options for graphmap2
--hisat2_options additional options for hisat2
--kallisto_options additional options for kallisto
--minimap2_options additional options for minimap2 (default: -a (to get sam output))
--minimap2_index_options additional options for minimap2 index
--ngmlr_options additional options for ngmlr
Expand Down

0 comments on commit 57832e0

Please sign in to comment.