Skip to content

Commit

Permalink
documentation plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed Oct 29, 2024
1 parent cad0004 commit 8b01ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This pipeline processes transcriptomic data for various taxon IDs, performing a series of steps to fetch genome file, run alignments, and convert the BAM into CRAM format. The pipeline is designed for scalability and reproducibility using Nextflow.

![plot](./plot.jpeg)
![plot](./plot.png)

## Steps in the Pipeline:

Expand All @@ -20,7 +20,7 @@ The structure of the file can cahnge according to the running options
| csv file format |
|-----------------|
| taxon_id,gca,run_accession,pair1,pair2,md5_1,md5_2 (header) |
| <taxon_id>,<gca>,<run_accession>,<pair1>,<pair2>,<md5_1>,<md5_2> |
| <taxon_id> , <gca> , <run_accession> , <pair1> , <pair2> , <md5_1> , <md5_2> |


#### `--outDir`
Expand Down

0 comments on commit 8b01ab8

Please sign in to comment.