lib/bioinform/cli/pcm2pwm.rb in bioinform-0.1.8 vs lib/bioinform/cli/pcm2pwm.rb in bioinform-0.1.9

- old
+ new

@@ -11,10 +11,10 @@ PCM to PWM converter. It transforms files with PCMs into files with PWMs. Folder for resulting files to save files can be specified. Resulting PWM files have the same name as original file but have another extension (.pwm by default). When filelist is empty, it's obtained from STDIN. One can use it: `ls -b pcm_folder/*.pcm | pcm2pwm` (ls -b option escape spaces in filenames) Usage: - #{__FILE__} [options] [<pcm-files>...] + pcm2pwm [options] [<pcm-files>...] Options: -h --help Show this screen. -e --extension EXT Extension of output files [default: pwm] -f --folder FOLDER Where to save output files [default: .] \ No newline at end of file