Skip to content

Double quoting file names in multiBamSummary wrapper #678

Closed
@dpryan79

Description

@dpryan79

The wrapper ends up producing commands like this:

ln -f -s "/data/galaxy2/files/000/351/dataset_351000.dat" "Larsson MSL2 _wt__0.bw" &&
ln -f -s "/data/galaxy2/files/000/351/dataset_351001.dat" "Larsson MSL2 _roX___1.bw" &&
multiBigwigSummary BED-file  --numberOfProcessors "${GALAXY_SLOTS:-4}"  --outFileName /data/galaxy2/files/000/392/dataset_392033.dat  \
--bwfiles ''Larsson MSL2 _wt__0.bw'' ''Larsson MSL2 _roX___1.bw'' \
--labels 'Larsson MSL2 _wt_' 'Larsson MSL2 _roX__'  \
--outRawCounts '/data/galaxy2/files/000/392/dataset_392034.dat'  --BED /data/galaxy2/files/000/357/dataset_357386.dat     --transcriptID transcript --exonID exon --transcript_id_designator transcript_id

There are two 's on either side of the bw file names. That obviously is going to cause an error:

Fatal error: Exit code 1 ()
The number of labels does not match the number of bigWig files.

I'll take this chance to fix this in 3.0.1, due out tomorrow morning or later tonight.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions