Skip to content

Commit

Permalink
Add more tests for PREPARE_GENOME
Browse files Browse the repository at this point in the history
Changes:
 - Adds a range of tests for lots of the PREPARE_GENOME parameters

Closes nf-core#1256
  • Loading branch information
adamrtalbot committed Mar 12, 2024
1 parent e93915d commit 0feb867
Show file tree
Hide file tree
Showing 3 changed files with 2,699 additions and 77 deletions.
2 changes: 1 addition & 1 deletion subworkflows/local/prepare_genome/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ workflow PREPARE_GENOME {
salmon_index // directory: /path/to/salmon/index/
kallisto_index // directory: /path/to/kallisto/index/
hisat2_index // directory: /path/to/hisat2/index/
bbsplit_index // directory: /path/to/rsem/index/
bbsplit_index // directory: /path/to/bbsplit/index/
sortmerna_index // directory: /path/to/sortmerna/index/
gencode // boolean: whether the genome is from GENCODE
featurecounts_group_type // string: The attribute type used to group feature types in the GTF file when generating the biotype plot with featureCounts
Expand Down
Loading

0 comments on commit 0feb867

Please sign in to comment.