Skip to content

Wrong parallel on Ubuntu by default #12

@lczech

Description

@lczech

Hi @capoony,

I was just playing around a bit, and tried to run ./TestData/test.sh. However, I'm immediately getting errors from parallel:

Test if GNU parallel installed
*********************

done

Splitting Mpileup by contigs
*********************

X done
done

Max coverage percentile 0.7 calculation started
*********************

parallel: invalid option -- '-'
parallel [OPTIONS] command -- arguments
	for each argument, run command with argument, in parallel
parallel [OPTIONS] -- commands
	run specified commands in parallel
cat: 'TestResult/test/temp/cov/cutoffs/*': No such file or directory
done

PoolSNP started
*********************

parallel: invalid option -- 'k'
done

BadSites caluclation started
*********************

parallel: invalid option -- 'k'
done

This is on Ubuntu 20.04. My guess is that the code is written for Mac, which might have more options for parallel?

Cheers
Lucas

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions