featureProximity.pl -i Caulobacter_spp.basil.filtered.vcf.ins_coords.tab -f Caulobacter_segnis_strain_ATCC_21756.gff3 -c 4 -a 1 -b 5 -j 4 -e 6 -k 5 -o .annot -l -g -v -w '4 5 7 9'
The above generates these errors:
ERROR1:featureProximity.pl: Unable to open input file: [4]. No such file or directory
WARNING12541:featureProximity.pl: Only 1 output handle can be selected at a time.
Supply --extended for additional details.
ERROR2:featureProximity.pl: Unable to open input file: [5]. No such file or directory
WARNING12542:featureProximity.pl: Only 1 output handle can be selected at a time.
Supply --extended for additional details.
ERROR3:featureProximity.pl: Unable to open input file: [7]. No such file or directory
WARNING12543:featureProximity.pl: Only 1 output handle can be selected at a time.
Supply --extended for additional details.
ERROR4:featureProximity.pl: Unable to open input file: [9]. No such file or directory
It was also producing output files: 4.annot 5.annot 7.annot and 9.annot. These are all the values supplied to the -w flag (4 5 7 9).
Not sure why that's happening. I recently swapped out the template with the CommandLineInterface module. I suspect there must be something going on with that. The CLI version installed at the time was 4.135.
The above generates these errors:
It was also producing output files:
4.annot 5.annot 7.annot and 9.annot. These are all the values supplied to the -w flag (4 5 7 9).Not sure why that's happening. I recently swapped out the template with the CommandLineInterface module. I suspect there must be something going on with that. The CLI version installed at the time was 4.135.