Skip to content

Commit

Permalink
Fix calibrator baseline filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Sep 16, 2023
1 parent 8a8c071 commit 93eb1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/run_LINC_calibrator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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
singularity exec -B $PWD,$BINDPATHS $SIMG python create_ms_list.py --filter_baselines '*&' $DATADIR
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_calibrator.cwl mslist.json' >> tmprunner.sh
Expand Down

0 comments on commit 93eb1e8

Please sign in to comment.