Skip to content

Commit

Permalink
Update pipeline.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt authored Dec 14, 2018
1 parent 43646c6 commit a390459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@

if (params.bigwig == "" || params.bed == "" || params.genome_fasta == "" || params.motif_db == "" || params.config == ""){
log.info """
Usage: nextflow run pipeline.nf --bigwig [BigWig-file] --bed [BED-file] --genome_fasta [FASTA-file] --motif_db [MEME-file]
Required arguments:
--bigwig Path to BigWig-file
--bed Path to BED-file
Expand Down

0 comments on commit a390459

Please sign in to comment.