Skip to content

Commit

Permalink
Set default unflagged fraction to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Sep 20, 2023
1 parent 519dd25 commit f490741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runners/run_LINC_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if [[ -z "$SIMG" ]]; then
echo "Generating default pipeline configuration"
git clone https://github.com/tikk3r/flocs.git

python flocs/runners/create_ms_list.py $DATADIR --cal_solutions $CALSOLS
python flocs/runners/create_ms_list.py $DATADIR --cal_solutions $CALSOLS --unflagged_fraction 0.05
echo LINC starting
echo export PATH=$LINC_DATA_ROOT/scripts:$PATH > tmprunner.sh
echo export PYTHONPATH=\$LINC_DATA_ROOT/scripts:\$PYTHONPATH >> tmprunner.sh
Expand All @@ -150,7 +150,7 @@ else

echo "Generating default pipeline configuration"
wget --no-http-keep-alive https://raw.githubusercontent.com/tikk3r/flocs/fedora-py3/runners/create_ms_list.py
singularity exec -B $PWD,$BINDPATHS $SIMG python create_ms_list.py $DATADIR --cal_solutions $CALSOLS
singularity exec -B $PWD,$BINDPATHS $SIMG python create_ms_list.py $DATADIR --cal_solutions $CALSOLS --unflagged_fraction 0.05
echo LINC starting
echo export PYTHONPATH=\$LINC_DATA_ROOT/scripts:\$PYTHONPATH > tmprunner.sh
echo 'cwltool --parallel --preserve-entire-environment --no-container --tmpdir-prefix=$TMPDIR --outdir=$RESULTSDIR --log-dir=$LOGSDIR $LINC_DATA_ROOT/workflows/HBA_target.cwl mslist.json' >> tmprunner.sh
Expand Down

0 comments on commit f490741

Please sign in to comment.