I currently have the @max_time set to 23:59:00 in my clusterflow.config file and I have changed cr_download.cfmod.pl to make the time equal to num_files * 60 because my cluster is not on a dial up connection and I also changed sra_fqdump.cfmod.pl to be num_files * 60 but everytime I run the test command provided cf --genome GRCh37 sra_bowtie2 ftp://ftp.ddbj.nig.ac.jp/ddbj_database/dra/sralite/ByExp/litesra/SRX/SRX031/SRX031398/SRR1068378/SRR1068378.sra the first job it creates is asking for 2 full days of time which forces the job onto a partition called long which has much less resources than the main partition. I can't seem to figure out why after changing the cf_download module the time remained the same as if I had not changed the script. Also 2 days is longer than the max time I set in my config and I don't know why that is allowed.
I currently have the
@max_timeset to23:59:00in my clusterflow.config file and I have changed cr_download.cfmod.pl to make the time equal tonum_files * 60because my cluster is not on a dial up connection and I also changed sra_fqdump.cfmod.pl to benum_files * 60but everytime I run the test command providedcf --genome GRCh37 sra_bowtie2 ftp://ftp.ddbj.nig.ac.jp/ddbj_database/dra/sralite/ByExp/litesra/SRX/SRX031/SRX031398/SRR1068378/SRR1068378.srathe first job it creates is asking for 2 full days of time which forces the job onto a partition called long which has much less resources than the main partition. I can't seem to figure out why after changing the cf_download module the time remained the same as if I had not changed the script. Also 2 days is longer than the max time I set in my config and I don't know why that is allowed.