Skip to content

Commit

Permalink
Added copying of the subset list to the main dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cellgeni committed Jan 21, 2025
1 parent 0af71f3 commit 5a40dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reprocess_public_10x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if [[ $SUBSET != "" ]]
then
>&2 echo "WARNING: Using file $SUBSET to only process select samples!"
SUBSET=`readlink -f $SUBSET`
cp $SUBSET $SERIES.subset.list
if [[ `grep "^GSM" $SUBSET` == "" && `grep "^SRS" $SUBSET` == "" && `grep "^ERS" $SUBSET` == "" ]]
then
>&2 echo "ERROR: The subset file $SUBSET can only contain GSM, SRS, or ERS IDs!"
Expand Down

0 comments on commit 5a40dd2

Please sign in to comment.