Skip to content

Commit

Permalink
try some renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
olgabot committed Jun 14, 2019
1 parent 401801e commit 7ae8198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ summary['Run Name'] = custom_runName ?: workflow.runName
// TODO nf-core: Report custom parameters here
summary['Reads'] = params.reads
if(params.fasta) summary['Genome Fasta Ref'] = params.genome_fasta
if(params.transcript_fasta) summary['Transcriptome Fasta Ref'] = params.transcript_fasta_fasta
if(params.transcript_fasta) summary['Transcriptome Fasta Ref'] = params.transcript_fasta
summary['gtf Ref'] = params.gtf
summary['Aligner'] = params.aligner
if (params.salmon_index) summary['Salmon Index'] = params.salmon_index
Expand Down

0 comments on commit 7ae8198

Please sign in to comment.