Hi all So my intention is to get my (.bam) file visualized on my local Galaxy. I got all my .len files from the execution of the below command:
cd <GALAXY_HOME_DIR> mkdir ./tool-data/shared/ucsc/chrom/ python ./cron/build_chrom_db.py ./tool-data/shared/ucsc/chrom/
Now I have all the reference genome as shown in the Public Galaxy server
This is the screenshot ( https://www.dropbox.com/s/4lgmz63mxh8czu5/reference_genome.png?dl=0 )
So knowing that my reference genome is hg19 , I chosen it and when I proceeded to add an existing (.bam) which is already in my History for visualizing This is the screenshot ( https://www.dropbox.com/s/0yqkke5xsamg0o5/upload_dataset.png?dl=0 ) After which, an error occured. "
/usr/bin/bedGraphToBigWig: 3: /usr/bin/bedGraphToBigWig: Syntax error: Unterminated quoted string " This is the screen shot ( https://www.dropbox.com/s/gru47o5qfzdehw9/error.png?dl=0 ).
my $PATH is
/usr/bin/faToTwoBit:/usr/bin/wigToBigWig:/usr/bin/bedGraphToBigWig:/usr/bin/bedtools:/usr/bin/samtools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/bin/htseq-count
which i presume there is no syntax error....
May I know what is the issue over here?
Regards,
Julius