i have installed bcl2fastq in our cluster, i also copied the BackupNGS directroy at the cluster there are files called as duplicati-full-signature.20150312T101755Z.vol1460.zip in it.
Now i would like to run bcl2fastq, to do it i used the following command
/home/pmarcmun/bcl_t/bcl2fastq -i /home/pmarcmun/BackupNGS/ -o /home/pmarcmun/bcl_t/output/bs_1_1.fastq -r 4 -d 4 -p 4 -w 4
and i get those error messages
BCL to FASTQ file converter
bcl2fastq v2.16.0.10
Copyright (c) 2007-2015 Illumina, Inc.
2015-04-16 11:41:50 [2b367952fda0] Command-line invocation: /home/pmarcmun/bcl_t/bcl2fastq -i /home/pmarcmun/BackupNGS/ -o /home/pmarcmun/bcl_t/output/bs_1_1.fastq -r 4 -d 4 -p 4 -w 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Minimum log level: INFO
2015-04-16 11:41:50 [2b367952fda0] INFO: Runfolder path: '/scratch/177420.1.all.q/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Input path: '/home/pmarcmun/BackupNGS/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Intensities path: '/home/pmarcmun/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Output path: '/home/pmarcmun/bcl_t/output/bs_1_1.fastq'
2015-04-16 11:41:50 [2b367952fda0] INFO: InterOp path: '/scratch/177420.1.all.q/InterOp/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Stats path: '/home/pmarcmun/bcl_t/output/bs_1_1.fastq/Stats/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Reports path: '/home/pmarcmun/bcl_t/output/bs_1_1.fastq/Reports/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Detected CPUs: 16
2015-04-16 11:41:50 [2b367952fda0] INFO: Loading threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Processing threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Demultiplexing threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Writing threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Aggregated tiles: AUTO
2015-04-16 11:41:50 [2b367952fda0] INFO: Allowed barcode mismatches: 1
2015-04-16 11:41:50 [2b367952fda0] INFO: Tiles: <ALL>
2015-04-16 11:41:50 [2b367952fda0] INFO: Minimum trimmed read length: 35
2015-04-16 11:41:50 [2b367952fda0] INFO: Use bases masks: <NONE>
2015-04-16 11:41:50 [2b367952fda0] INFO: Mask short adapter reads: 22
2015-04-16 11:41:50 [2b367952fda0] INFO: Adapter stringency: 0.9
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing BCLs: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing filters: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing positions: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing controls: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Include non-PF clusters: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Create FASTQs for index reads: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Use bgzf compression for FASTQ files: YES
2015-04-16 11:41:50 [2b367952fda0] INFO: FASTQ compression level: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: RunInfo.xml: '/scratch/177420.1.all.q/RunInfo.xml'
2015-04-16 11:41:50 [2b367952fda0] ERROR: bcl2fastq::common::Exception: 2015-Apr-16 11:41:50: No such file or directory (2): /home/pmarcmun/bcl2fastq-source/src/cxx/lib/io/Xml.cpp(197): Throw in function boost:
roperty_tree:
tree bcl2fastq::io:
arseXmlFile(boost::filesystem:
ath)
Dynamic exception type: boost::exception_detail::clone_impl<bcl2fastq::common::IoError>
std::exception::what: Unable to open '/scratch/177420.1.all.q/RunInfo.xml' file for reading
it looks like if i mess the file RunInfo.xml. Where is it? Do i have to unzip the files in the directory?
thanks
Now i would like to run bcl2fastq, to do it i used the following command
/home/pmarcmun/bcl_t/bcl2fastq -i /home/pmarcmun/BackupNGS/ -o /home/pmarcmun/bcl_t/output/bs_1_1.fastq -r 4 -d 4 -p 4 -w 4
and i get those error messages
BCL to FASTQ file converter
bcl2fastq v2.16.0.10
Copyright (c) 2007-2015 Illumina, Inc.
2015-04-16 11:41:50 [2b367952fda0] Command-line invocation: /home/pmarcmun/bcl_t/bcl2fastq -i /home/pmarcmun/BackupNGS/ -o /home/pmarcmun/bcl_t/output/bs_1_1.fastq -r 4 -d 4 -p 4 -w 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Minimum log level: INFO
2015-04-16 11:41:50 [2b367952fda0] INFO: Runfolder path: '/scratch/177420.1.all.q/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Input path: '/home/pmarcmun/BackupNGS/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Intensities path: '/home/pmarcmun/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Output path: '/home/pmarcmun/bcl_t/output/bs_1_1.fastq'
2015-04-16 11:41:50 [2b367952fda0] INFO: InterOp path: '/scratch/177420.1.all.q/InterOp/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Stats path: '/home/pmarcmun/bcl_t/output/bs_1_1.fastq/Stats/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Reports path: '/home/pmarcmun/bcl_t/output/bs_1_1.fastq/Reports/'
2015-04-16 11:41:50 [2b367952fda0] INFO: Detected CPUs: 16
2015-04-16 11:41:50 [2b367952fda0] INFO: Loading threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Processing threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Demultiplexing threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Writing threads: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: Aggregated tiles: AUTO
2015-04-16 11:41:50 [2b367952fda0] INFO: Allowed barcode mismatches: 1
2015-04-16 11:41:50 [2b367952fda0] INFO: Tiles: <ALL>
2015-04-16 11:41:50 [2b367952fda0] INFO: Minimum trimmed read length: 35
2015-04-16 11:41:50 [2b367952fda0] INFO: Use bases masks: <NONE>
2015-04-16 11:41:50 [2b367952fda0] INFO: Mask short adapter reads: 22
2015-04-16 11:41:50 [2b367952fda0] INFO: Adapter stringency: 0.9
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing BCLs: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing filters: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing positions: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Ignore missing controls: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Include non-PF clusters: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Create FASTQs for index reads: NO
2015-04-16 11:41:50 [2b367952fda0] INFO: Use bgzf compression for FASTQ files: YES
2015-04-16 11:41:50 [2b367952fda0] INFO: FASTQ compression level: 4
2015-04-16 11:41:50 [2b367952fda0] INFO: RunInfo.xml: '/scratch/177420.1.all.q/RunInfo.xml'
2015-04-16 11:41:50 [2b367952fda0] ERROR: bcl2fastq::common::Exception: 2015-Apr-16 11:41:50: No such file or directory (2): /home/pmarcmun/bcl2fastq-source/src/cxx/lib/io/Xml.cpp(197): Throw in function boost:




Dynamic exception type: boost::exception_detail::clone_impl<bcl2fastq::common::IoError>
std::exception::what: Unable to open '/scratch/177420.1.all.q/RunInfo.xml' file for reading
it looks like if i mess the file RunInfo.xml. Where is it? Do i have to unzip the files in the directory?
thanks
Comment