Skip to content

Commit

Permalink
Fixing bug in docker file and in container selection of subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FerriolCalvet committed Jan 16, 2023
1 parent 484f579 commit afe6f2a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions docker/geneidx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,3 @@ RUN chmod +x /usr/local/bin/FastaToTbl

RUN chmod +x /usr/local/bin/sgp_getHSPSR.pl


ENTRYPOINT [ "/usr/local/bin/blast2gff" ]
ENTRYPOINT [ "/usr/local/bin/FastaToTbl" ]
ENTRYPOINT [ "/usr/local/bin/geneid" ]
ENTRYPOINT [ "/usr/local/bin/sgp_getHSPSR.pl" ]
1 change: 0 additions & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ includeConfig 'conf/base.config'

process {
// indicates the default container to be used if not defined within the modules
// container = 'ferriolcalvet/geneid-fetching:latest'
container = 'ferriolcalvet/geneidx:latest'

// custom container options in case you use docker for mapping the users and avoid docker writing files as root
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/tools.nf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ process fix_chr_names {
process Index_i {

// indicates to use as a container the value indicated in the parameter
container "ferriolcalvet/geneid-fetching"
container "ferriolcalvet/geneidx"

// indicates to use as a label the value indicated in the parameter
label (params.LABEL)
Expand Down

0 comments on commit afe6f2a

Please sign in to comment.