Skip to content

Commit

Permalink
fix the example align command
Browse files Browse the repository at this point in the history
As fastq reads were used, --fastq argument should be enabled
Also, --progress shows useful information, if the command crashes, you can know when and where it happened
  • Loading branch information
elhossary authored Apr 7, 2024
1 parent c0ecff1 commit 1ffff97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/example_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ tell READemption to use 4 CPU (``-p 4``) and perform a poly-A-clipping

::

$ reademption align -p 4 --poly_a_clipping --project_path READemption_analysis
$ reademption align -p 4 --poly_a_clipping --fastq --progress --project_path READemption_analysis

Once this the mapping is done the file ``read_alignment_stats.csv`` is
created which can be found in
Expand Down

0 comments on commit 1ffff97

Please sign in to comment.